From 32e89efa9579e5bba1e8900f41d97310e75891a5 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Fri, 18 Feb 2011 10:46:53 +0100 Subject: [PATCH] Fix some minor spelling weirdness Signed-off-by: Uli Schlachter --- modules/modpython/Makefile.inc | 2 +- znc.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/modpython/Makefile.inc b/modules/modpython/Makefile.inc index 646c3e9a..f0276411 100644 --- a/modules/modpython/Makefile.inc +++ b/modules/modpython/Makefile.inc @@ -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 diff --git a/znc.cpp b/znc.cpp index 2850c1ab..e30fff07 100644 --- a/znc.cpp +++ b/znc.cpp @@ -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); }