Fix small typos in comments and error messages

Rebased-From: 67b2d819cdf6181e7f016e5366ce7479830893bd
Github-Pull: #5404
This commit is contained in:
Pavel Janík
2014-11-25 18:54:36 +01:00
committed by Wladimir J. van der Laan
parent 2f2d3370cc
commit bf7835c271
5 changed files with 9 additions and 9 deletions

View File

@@ -74,7 +74,7 @@ isminetype IsMine(const CKeyStore &keystore, const CScript& scriptPubKey)
case TX_MULTISIG:
{
// Only consider transactions "mine" if we own ALL the
// keys involved. multi-signature transactions that are
// keys involved. Multi-signature transactions that are
// partially owned (somebody else has a key that can spend
// them) enable spend-out-from-under-you attacks, especially
// in shared-wallet situations.