diff options
| author | practicalswift <[email protected]> | 2017-10-09 10:37:40 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-10-09 10:37:40 +0200 |
| commit | c6b07fddcfb664d7d1afbff460a68479fe1238d2 (patch) | |
| tree | 0db8ae44acee0deb5e6b02a05f1da730d0b1102a /src | |
| parent | Merge #9572: Skip witness sighash cache for non-segwit transactions (diff) | |
| download | discoin-c6b07fddcfb664d7d1afbff460a68479fe1238d2.tar.xz discoin-c6b07fddcfb664d7d1afbff460a68479fe1238d2.zip | |
Fix a vs. an typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/netbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netbase.cpp b/src/netbase.cpp index 5a560bc95..82040605c 100644 --- a/src/netbase.cpp +++ b/src/netbase.cpp @@ -291,7 +291,7 @@ struct ProxyCredentials std::string password; }; -/** Convert SOCKS5 reply to a an error message */ +/** Convert SOCKS5 reply to an error message */ std::string Socks5ErrorString(uint8_t err) { switch(err) { |