Skip to content

Commit

Permalink
Merge pull request #4936
Browse files Browse the repository at this point in the history
c15e483 typo fix of booleamn to boolean (imharrywu)
  • Loading branch information
laanwj committed Sep 18, 2014
2 parents e9870c5 + c15e483 commit c14bfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcnet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c14bfea

Please sign in to comment.