Fixed few misspellings

This commit is contained in:
Ondřej Nový
2016-01-05 20:41:45 +01:00
parent 5d6068ca9d
commit 6881ca5b8f
13 changed files with 23 additions and 23 deletions

View File

@@ -938,7 +938,7 @@ bool CIRCSock::OnNumericMessage(CNumericMessage& Message) {
}
case 451:
// :irc.server.com 451 CAP :You have not registered
// Servers that dont support CAP will give us this error, dont send
// Servers that don't support CAP will give us this error, don't send
// it to the client
if (sNick.Equals("CAP")) return true;
case 470: {