misc small spelling/indentation fixes

This commit is contained in:
Philip Kaufmann 2013-10-01 09:47:16 +02:00
parent bb3319f296
commit f65dddc7b2
2 changed files with 4 additions and 4 deletions

View File

@ -1007,7 +1007,7 @@ 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
If this results in a DoS the user really
shouldn't have their RPC port exposed. */
if (mapArgs["-rpcpassword"].size() < 20)
MilliSleep(250);