(svn r14183) -Fix: "optimalization" is not a word
authorpeter1138
Fri, 29 Aug 2008 09:46:29 +0000
changeset 10024 2e00ada672d1
parent 10023 d200e056524c
child 10025 4aef0b1dd009
(svn r14183) -Fix: "optimalization" is not a word
config.lib
--- a/config.lib	Thu Aug 28 19:53:25 2008 +0000
+++ b/config.lib	Fri Aug 29 09:46:29 2008 +0000
@@ -968,7 +968,7 @@
 	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 @@
 	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"