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
+2 -2
View File
@@ -1042,7 +1042,7 @@ bool CZNC::ReadConfig(CConfig& config, CString& sError) {
CUtils::PrintStatus(true);
// check if config is from old ZNC version and
// create a backup file if neccessary
// create a backup file if necessary
CString sSavedVersion;
config.FindStringEntry("version", sSavedVersion);
if (sSavedVersion.empty()) {
@@ -1782,7 +1782,7 @@ bool CZNC::AddListener(CConfig* pConfig, CString& sError) {
bool CZNC::AddListener(CListener* pListener) {
if (!pListener->GetRealListener()) {
// Listener doesnt actually listen
// Listener doesn't actually listen
delete pListener;
return false;
}