diff options
| author | practicalswift <[email protected]> | 2017-02-06 15:16:18 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-02-14 20:19:40 +0100 |
| commit | 0c9b9b7d646333cb3212f1bea98e629c416cbe42 (patch) | |
| tree | 1367ac5ad5c472b827962e95046aef1cecf2f102 /src/validationinterface.h | |
| parent | Merge #9378: [trivial] Add documentation for CWalletTx::fFromMe member. (diff) | |
| download | discoin-0c9b9b7d646333cb3212f1bea98e629c416cbe42.tar.xz discoin-0c9b9b7d646333cb3212f1bea98e629c416cbe42.zip | |
[trivial] Fix recently introduced typos in comments
Diffstat (limited to 'src/validationinterface.h')
| -rw-r--r-- | src/validationinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validationinterface.h b/src/validationinterface.h index a2e76f203..a494eb699 100644 --- a/src/validationinterface.h +++ b/src/validationinterface.h @@ -50,7 +50,7 @@ protected: struct CMainSignals { /** Notifies listeners of updated block chain tip */ boost::signals2::signal<void (const CBlockIndex *, const CBlockIndex *, bool fInitialDownload)> UpdatedBlockTip; - /** A posInBlock value for SyncTransaction calls for tranactions not + /** A posInBlock value for SyncTransaction calls for transactions not * included in connected blocks such as transactions removed from mempool, * accepted to mempool or appearing in disconnected blocks.*/ static const int SYNC_TRANSACTION_NOT_IN_BLOCK = -1; |