diff options
| author | Chris Wheeler <[email protected]> | 2016-01-17 11:03:56 +0000 |
|---|---|---|
| committer | Chris Wheeler <[email protected]> | 2016-01-17 11:03:56 +0000 |
| commit | 9d263bd17c2bdd5ba9e31bd5fb110c332eb80691 (patch) | |
| tree | e52d90fb446cd0039d2f39b707fe549a89234371 /src/wallet/rpcwallet.cpp | |
| parent | Merge pull request #7081 (diff) | |
| download | discoin-9d263bd17c2bdd5ba9e31bd5fb110c332eb80691.tar.xz discoin-9d263bd17c2bdd5ba9e31bd5fb110c332eb80691.zip | |
Typo fixes in comments
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
| -rw-r--r-- | src/wallet/rpcwallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 374f2fd40..12e80f4c2 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -1424,7 +1424,7 @@ UniValue listtransactions(const UniValue& params, bool fHelp) " 'send' category of transactions.\n" " \"confirmations\": n, (numeric) The number of confirmations for the transaction. Available for 'send' and \n" " 'receive' category of transactions. Negative confirmations indicate the\n" - " transation conflicts with the block chain\n" + " transaction conflicts with the block chain\n" " \"trusted\": xxx (bool) Whether we consider the outputs of this unconfirmed transaction safe to spend.\n" " \"blockhash\": \"hashvalue\", (string) The block hash containing the transaction. Available for 'send' and 'receive'\n" " category of transactions.\n" |