Skip to content

Commit

Permalink
fix typo in rpcnet.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Kaufmann committed Dec 5, 2013
1 parent b196152 commit 38cbeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcnet.cpp
Expand Up @@ -315,7 +315,7 @@ Value getnettotals(const Array& params, bool fHelp)
"\nResult:\n"
"{\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"
"}\n"
"\nExamples:\n"
Expand Down

0 comments on commit 38cbeab

Please sign in to comment.