aboutsummaryrefslogtreecommitdiff
path: root/src/rpcnet.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2013-12-05 08:46:50 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2013-12-05 08:46:50 +0100
commit38cbeab1ff5be4fbeab7a1b86d52c112a30f9901 (patch)
treecabd1c790e8265307eb394ebcd04d135d6979398 /src/rpcnet.cpp
parentb1961523f1cdf8f707d5be67f4a20996c90302b9 (diff)
downloadbitcoin-38cbeab1ff5be4fbeab7a1b86d52c112a30f9901.tar.xz
fix typo in rpcnet.cpp
Diffstat (limited to 'src/rpcnet.cpp')
-rw-r--r--src/rpcnet.cpp2
1 files changed, 1 insertions, 1 deletions
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"