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
+1 -1
View File
@@ -988,7 +988,7 @@ void CIRCSock::SockError(int iErrno) {
if (GetBindHost().empty())
sError += " (Is your IRC server's host name valid?)";
else
sError += " (Is your IRC server's host name and znc bind host valid?)";
sError += " (Is your IRC server's host name and ZNC bind host valid?)";
} else {
sError = strerror(iErrno);
}