Skip to content

Commit ac57a23

Browse files
committed
Merge pull request #3359
38cbeab fix typo in rpcnet.cpp (Philip Kaufmann)
2 parents b196152 + 38cbeab commit ac57a23

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)