Fix some minor spelling weirdness

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2011-02-18 10:46:53 +01:00
parent 2dcf79cedc
commit 32e89efa95
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ void CZNC::Loop() {
SetConfigState(ECONFIG_NOTHING);
if (WriteConfig()) {
Broadcast("Writing the config suceeded", true);
Broadcast("Writing the config succeeded", true);
} else {
Broadcast("Writing the config file failed", true);
}