Merge pull request #4936

c15e483 typo fix of booleamn to boolean (imharrywu)
This commit is contained in:
Wladimir J. van der Laan 2014-09-18 09:50:08 +02:00
commit c14bfea8ee
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

@ -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"