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
@@ -55,7 +55,7 @@ modpython/functions.cpp: modpython/functions.in
$(Q)$(PERL) $(srcdir)/modpython/codegen.pl $< $@
modpython/compiler: modpython/compiler.cpp Makefile
$(E) Building optimizator for python files...
$(E) Building optimizer for python files...
$(Q)$(CXX) $(PYTHONCOMMON) -o $@ $<
modpython_install: create_install_dir install_metadirs modpython_all
+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);
}