diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-10-01 04:14:54 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-10-01 04:14:54 -0700 |
| commit | b85560a1b569547b1a06998d54ff16573a0076bd (patch) | |
| tree | 6703357cf852912ab8e757493e589f4c1a1880f6 /src/bitcoinrpc.cpp | |
| parent | Merge pull request #3043 from wtogami/fixqtwin32 (diff) | |
| parent | misc small spelling/indentation fixes (diff) | |
| download | discoin-b85560a1b569547b1a06998d54ff16573a0076bd.tar.xz discoin-b85560a1b569547b1a06998d54ff16573a0076bd.zip | |
Merge pull request #3045 from Diapolo/master
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 f9e0c476f..ce8ff71a2 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); |