Skip to content

Commit 38cbeab

Browse files
author
Philip Kaufmann
committed
fix typo in rpcnet.cpp
1 parent b196152 commit 38cbeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpcnet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Value getnettotals(const Array& params, bool fHelp)
315315
"\nResult:\n"
316316
"{\n"
317317
" \"totalbytesrecv\": n, (numeric) Total bytes received\n"
318-
" \"totalbytessent\": n, (numeric) Total Bytes sent\n"
318+
" \"totalbytessent\": n, (numeric) Total bytes sent\n"
319319
" \"timemillis\": t (numeric) Total cpu time\n"
320320
"}\n"
321321
"\nExamples:\n"

0 commit comments

Comments
 (0)