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
+1 -1
View File
@@ -141,7 +141,7 @@ class CKeepNickMod : public CModule {
}
EModRet OnUserRaw(CString& sLine) override {
// We dont care if we are not connected to IRC
// We don't care if we are not connected to IRC
if (!GetNetwork()->IsIRCConnected()) return CONTINUE;
// We are trying to get the config nick and this is a /nick?
+1 -1
View File
@@ -151,7 +151,7 @@ namespace eval Binds {
}
}
if {!$match} {
PutModule "Error, dcc trigger '[string range [lindex $text 0] 1 end]' doesnt exist"
PutModule "Error, dcc trigger '[string range [lindex $text 0] 1 end]' doesn't exist"
}
}
}
+1 -1
View File
@@ -128,4 +128,4 @@ proc matchattr {handle flags {channel ""}} {return 0}
source [file dirname $::MasterFile]/binds.tcl
PutModule "Succesfully loaded modtcl with master file: [info script]"
PutModule "Successfully loaded modtcl with master file: [info script]"
+1 -1
View File
@@ -708,7 +708,7 @@ class CWatcherMod : public CModule {
}
void Load() {
// Just to make sure we dont mess up badly
// Just to make sure we don't mess up badly
m_lsWatchers.clear();
bool bWarn = false;