diff options
author | peter1138 <peter1138@openttd.org> | 2008-08-29 09:46:29 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-08-29 09:46:29 +0000 |
commit | 06777f7efc882171093fde824c5b189bf5727b25 (patch) | |
tree | 66c2067c6b3cf888c0b4e3186b9d41c16f377547 /config.lib | |
parent | 80c9ecedcd2b16ff80011bd05fa57b7e98a583b4 (diff) | |
download | openttd-06777f7efc882171093fde824c5b189bf5727b25.tar.xz |
(svn r14183) -Fix: "optimalization" is not a word
Diffstat (limited to 'config.lib')
-rw-r--r-- | config.lib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.lib b/config.lib index 1e21b9bde..d015145a8 100644 --- a/config.lib +++ b/config.lib @@ -968,7 +968,7 @@ make_cflags_and_ldflags() { else OBJS_SUBDIR="debug" - # Each debug level reduces the optimalization by a bit + # Each debug level reduces the optimization by a bit if [ $enable_debug -ge 1 ]; then CFLAGS="$CFLAGS -g -D_DEBUG -D_FORTIFY_SOURCE=2" if [ "$os" = "PSP" ]; then @@ -2510,7 +2510,7 @@ showhelp() { echo " all HOSTs)" echo " --enable-translator enable extra output for translators" echo " --enable-universal enable universal builds (OSX ONLY)" - echo " --enable-osx-g5 enables optimalizations for G5 (OSX ONLY)" + echo " --enable-osx-g5 enables optimizations for G5 (OSX ONLY)" echo " --disable-cocoa-quartz disable the quartz window mode driver for Cocoa (OSX ONLY)" echo " --disable-cocoa-quickdraw disable the quickdraw window mode driver for Cocoa (OSX ONLY)" echo " --disable-unicode disable unicode support to build win9x" |