Merge pull request #3359

38cbeab fix typo in rpcnet.cpp (Philip Kaufmann)
This commit is contained in:
Wladimir J. van der Laan 2013-12-05 09:35:04 +01:00
commit ac57a2320f
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ Value getnettotals(const Array& params, bool fHelp)
"\nResult:\n" "\nResult:\n"
"{\n" "{\n"
" \"totalbytesrecv\": n, (numeric) Total bytes received\n" " \"totalbytesrecv\": n, (numeric) Total bytes received\n"
" \"totalbytessent\": n, (numeric) Total Bytes sent\n" " \"totalbytessent\": n, (numeric) Total bytes sent\n"
" \"timemillis\": t (numeric) Total cpu time\n" " \"timemillis\": t (numeric) Total cpu time\n"
"}\n" "}\n"
"\nExamples:\n" "\nExamples:\n"