diff options
| author | practicalswift <[email protected]> | 2017-01-18 16:15:37 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-01-27 21:22:35 +0100 |
| commit | cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0 (patch) | |
| tree | e07bb46576b327b22a3b2d0c8d51b7be29a13280 /src/httprpc.cpp | |
| parent | Merge #9638: qa: Actually test assertions in pruning.py (diff) | |
| download | discoin-cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0.tar.xz discoin-cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0.zip | |
[trivial] Fix typos in comments
Diffstat (limited to 'src/httprpc.cpp')
| -rw-r--r-- | src/httprpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httprpc.cpp b/src/httprpc.cpp index 93beda09a..daac7a0f1 100644 --- a/src/httprpc.cpp +++ b/src/httprpc.cpp @@ -25,7 +25,7 @@ static const char* WWW_AUTH_HEADER_DATA = "Basic realm=\"jsonrpc\""; /** Simple one-shot callback timer to be used by the RPC mechanism to e.g. - * re-lock the wellet. + * re-lock the wallet. */ class HTTPRPCTimer : public RPCTimerBase { |