diff options
| author | Dimitris Tsapakidis <[email protected]> | 2017-06-20 01:57:31 +0300 |
|---|---|---|
| committer | Dimitris Tsapakidis <[email protected]> | 2017-06-22 19:18:10 +0300 |
| commit | 0a5a6b90bc75a8d75fdff71c9b08abe9b0b96b0a (patch) | |
| tree | fed3c77d7bdbe735ca127c017e85db94506f3204 /src/validation.cpp | |
| parent | Merge #10623: doc: Add 0.14.2 release notes (diff) | |
| download | discoin-0a5a6b90bc75a8d75fdff71c9b08abe9b0b96b0a.tar.xz discoin-0a5a6b90bc75a8d75fdff71c9b08abe9b0b96b0a.zip | |
Fixed multiple typos
A few "a->an" and "an->a".
"Shows, if the supplied default SOCKS5 proxy" -> "Shows if the supplied default SOCKS5 proxy". Change made on 3 occurrences.
"without fully understanding the ramification of a command" -> "without fully understanding the ramifications of a command".
Removed duplicate words such as "the the".
Diffstat (limited to 'src/validation.cpp')
| -rw-r--r-- | src/validation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.cpp b/src/validation.cpp index bef17337b..7b40447de 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -1206,7 +1206,7 @@ static bool CheckInputs(const CTransaction& tx, CValidationState &state, const C return state.Invalid(false, REJECT_NONSTANDARD, strprintf("non-mandatory-script-verify-flag (%s)", ScriptErrorString(check.GetScriptError()))); } // Failures of other flags indicate a transaction that is - // invalid in new blocks, e.g. a invalid P2SH. We DoS ban + // invalid in new blocks, e.g. an invalid P2SH. We DoS ban // such nodes as they are not following the protocol. That // said during an upgrade careful thought should be taken // as to the correct behavior - we may want to continue |