aboutsummaryrefslogtreecommitdiff
path: root/src/rpcnet.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-12-05 09:35:04 +0100
committerWladimir J. van der Laan <[email protected]>2013-12-05 09:35:10 +0100
commitac57a2320f1d90acd00ae86268b614d5bb7f566c (patch)
treecabd1c790e8265307eb394ebcd04d135d6979398 /src/rpcnet.cpp
parentMerge pull request #3356 (diff)
parentfix typo in rpcnet.cpp (diff)
downloaddiscoin-ac57a2320f1d90acd00ae86268b614d5bb7f566c.tar.xz
discoin-ac57a2320f1d90acd00ae86268b614d5bb7f566c.zip
Merge pull request #3359
38cbeab fix typo in rpcnet.cpp (Philip Kaufmann)
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 99602bd1c..b492b57de 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"