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

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