aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/net.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-01-18 16:15:37 +0100
committerpracticalswift <[email protected]>2017-01-27 21:22:35 +0100
commitcc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0 (patch)
treee07bb46576b327b22a3b2d0c8d51b7be29a13280 /src/rpc/net.cpp
parentMerge #9638: qa: Actually test assertions in pruning.py (diff)
downloaddiscoin-cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0.tar.xz
discoin-cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0.zip
[trivial] Fix typos in comments
Diffstat (limited to 'src/rpc/net.cpp')
-rw-r--r--src/rpc/net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/net.cpp b/src/rpc/net.cpp
index 27b9963a1..35747552f 100644
--- a/src/rpc/net.cpp
+++ b/src/rpc/net.cpp
@@ -150,7 +150,7 @@ UniValue getpeerinfo(const JSONRPCRequest& request)
obj.push_back(Pair("pingwait", stats.dPingWait));
obj.push_back(Pair("version", stats.nVersion));
// Use the sanitized form of subver here, to avoid tricksy remote peers from
- // corrupting or modifiying the JSON output by putting special characters in
+ // corrupting or modifying the JSON output by putting special characters in
// their ver message.
obj.push_back(Pair("subver", stats.cleanSubVer));
obj.push_back(Pair("inbound", stats.fInbound));