Some grammar and capitalization fixes.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2233 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
cflakes
2010-12-31 15:20:40 +00:00
parent ba183e461f
commit 7bb4ed34bd
4 changed files with 13 additions and 13 deletions

View File

@@ -128,7 +128,7 @@ void CClient::ReadLine(const CString& sData) {
HandleCap(sLine);
// Don't let the client talk to the server directly about CAP,
// we don't want anything enabled that znc does not support.
// we don't want anything enabled that ZNC does not support.
return;
}