aboutsummaryrefslogtreecommitdiff
path: root/src/rpcnet.cpp
diff options
context:
space:
mode:
authorimharrywu <imharrywu@users.noreply.github.com>2014-09-18 08:15:09 +0800
committerimharrywu <imharrywu@users.noreply.github.com>2014-09-18 08:15:09 +0800
commitc15e483f2394e51163ba2514cd56fdba32bb92a4 (patch)
tree542e555c5973e26036baca1f90ed903ffbdbac09 /src/rpcnet.cpp
parent438c7e4cd2179170aeadb4aa1c902ccd1256dee6 (diff)
downloadbitcoin-c15e483f2394e51163ba2514cd56fdba32bb92a4.tar.xz
typo fix of booleamn to boolean
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 52f98fbf00..95f42eb47f 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"