From 38cbeab1ff5be4fbeab7a1b86d52c112a30f9901 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Thu, 5 Dec 2013 08:46:50 +0100 Subject: fix typo in rpcnet.cpp --- src/rpcnet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index 99602bd1cf..b492b57ded 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -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" -- cgit v1.2.3