aboutsummaryrefslogtreecommitdiff
path: root/src/rpcnet.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-09-18 09:50:08 +0200
committerWladimir J. van der Laan <[email protected]>2014-09-18 09:50:21 +0200
commitc14bfea8eee5498f3c7d4f582b6fb7ac18ec1a62 (patch)
treefaf51273b74765db24ece7e200a3bb41447d902d /src/rpcnet.cpp
parentMerge pull request #4931 (diff)
parenttypo fix of booleamn to boolean (diff)
downloaddiscoin-c14bfea8eee5498f3c7d4f582b6fb7ac18ec1a62.tar.xz
discoin-c14bfea8eee5498f3c7d4f582b6fb7ac18ec1a62.zip
Merge pull request #4936
c15e483 typo fix of booleamn to boolean (imharrywu)
Diffstat (limited to 'src/rpcnet.cpp')
-rw-r--r--src/rpcnet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp
index 52f98fbf0..95f42eb47 100644
--- a/src/rpcnet.cpp
+++ b/src/rpcnet.cpp
@@ -96,7 +96,7 @@ Value getpeerinfo(const Array& params, bool fHelp)
" \"inbound\": true|false, (boolean) Inbound (true) or Outbound (false)\n"
" \"startingheight\": n, (numeric) The starting height (block) of the peer\n"
" \"banscore\": n, (numeric) The ban score\n"
- " \"syncnode\": true|false (booleamn) if sync node\n"
+ " \"syncnode\": true|false (boolean) if sync node\n"
" }\n"
" ,...\n"
"]\n"