mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
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:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user