svn commit: trunk/uClibc/extra/Configs

aldot at uclibc.org aldot at uclibc.org
Wed Nov 22 17:09:43 UTC 2006


Author: aldot
Date: 2006-11-22 09:09:42 -0800 (Wed, 22 Nov 2006)
New Revision: 16627

Log:
- fix typo


Modified:
   trunk/uClibc/extra/Configs/Config.in


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2006-11-22 16:48:29 UTC (rev 16626)
+++ trunk/uClibc/extra/Configs/Config.in	2006-11-22 17:09:42 UTC (rev 16627)
@@ -667,7 +667,7 @@
 	help
 	  Answer Y to use table versions of the 'ctype.h' functions.
 	  While the non-table versions are often smaller when building
-	  staticly linked apps, they work only in stub locale mode.
+	  statically linked apps, they work only in stub locale mode.
 
 	  Most people will answer Y.
 
@@ -1122,7 +1122,7 @@
 	help
 	  POSIX regular expression code is really big -- 53k all by itself.
 	  If you don't use regular expressions, turn this off and save space.
-	  Of course, if you only staticly link, leave this on, since it will
+	  Of course, if you only statically link, leave this on, since it will
 	  only be included in your apps if you use regular expressions.
 
 config UCLIBC_HAS_REGEX_OLD




More information about the uClibc-cvs mailing list