aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/misc.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2017-02-18 12:11:45 +0100
committerMarcoFalke <[email protected]>2017-02-18 12:13:09 +0100
commitaa5fa642b0e7ce2ea55e2298886f212f11a8894e (patch)
tree1bf216ac62d62ece4b07e4ad83ac8d97e3ca6673 /src/rpc/misc.cpp
parentMerge #9744: Remove unused module from rpc-tests (diff)
parent[trivial] Fix recently introduced typos in comments (diff)
downloaddiscoin-aa5fa642b0e7ce2ea55e2298886f212f11a8894e.tar.xz
discoin-aa5fa642b0e7ce2ea55e2298886f212f11a8894e.zip
Merge #9696: [trivial] Fix recently introduced typos in comments
0c9b9b7 [trivial] Fix recently introduced typos in comments (practicalswift)
Diffstat (limited to 'src/rpc/misc.cpp')
-rw-r--r--src/rpc/misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp
index 6fd50127b..140cb4840 100644
--- a/src/rpc/misc.cpp
+++ b/src/rpc/misc.cpp
@@ -445,7 +445,7 @@ UniValue setmocktime(const JSONRPCRequest& request)
// this could have an effect on mempool time-based eviction, as well as
// IsCurrentForFeeEstimation() and IsInitialBlockDownload().
// TODO: figure out the right way to synchronize around mocktime, and
- // ensure all callsites of GetTime() are accessing this safely.
+ // ensure all call sites of GetTime() are accessing this safely.
LOCK(cs_main);
RPCTypeCheck(request.params, boost::assign::list_of(UniValue::VNUM));