diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-10-01 09:47:16 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-10-01 09:47:16 +0200 |
commit | f65dddc7b28e3cc8d660b3a7cf336b27c18b1ce7 (patch) | |
tree | 6703357cf852912ab8e757493e589f4c1a1880f6 /src/bitcoinrpc.cpp | |
parent | bb3319f296c05b986634ebcdc79727c7a0bb5977 (diff) |
misc small spelling/indentation fixes
Diffstat (limited to 'src/bitcoinrpc.cpp')
-rw-r--r-- | src/bitcoinrpc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index f9e0c476f6..ce8ff71a26 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -1007,8 +1007,8 @@ void ServiceConnection(AcceptedConnection *conn) { LogPrintf("ThreadRPCServer incorrect password attempt from %s\n", conn->peer_address_to_string().c_str()); /* Deter brute-forcing short passwords. - If this results in a DOS the user really - shouldn't have their RPC port exposed.*/ + If this results in a DoS the user really + shouldn't have their RPC port exposed. */ if (mapArgs["-rpcpassword"].size() < 20) MilliSleep(250); |