From c15e483f2394e51163ba2514cd56fdba32bb92a4 Mon Sep 17 00:00:00 2001 From: imharrywu Date: Thu, 18 Sep 2014 08:15:09 +0800 Subject: [PATCH] typo fix of booleamn to boolean --- src/rpcnet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"