Author: nico
Date: 2015-02-05 06:10:44 +0100 (Thu, 05 Feb 2015)
New Revision: 44258

Modified:
   trunk/config/Config-build.in
Log:
config: fix typo in Global build settings menu

Signed-off-by: Nicolas Thill <[email protected]>

Modified: trunk/config/Config-build.in
===================================================================
--- trunk/config/Config-build.in        2015-02-04 06:11:01 UTC (rev 44257)
+++ trunk/config/Config-build.in        2015-02-05 05:10:44 UTC (rev 44258)
@@ -258,7 +258,7 @@
                  functions: memcpy, mempcpy, memmove, memset, strcpy, stpcpy,
                  strncpy, strcat, strncat, sprintf, vsprintf, snprintf, 
vsnprintf,
                  gets.  "Conservative" (_FORTIFY_SOURCE set to 1) only 
introduces
-                 checks that sholdn't change the behavior of conforming 
programs,
+                 checks that shouldn't change the behavior of conforming 
programs,
                  while "aggressive" (_FORTIFY_SOURCES set to 2) some more 
checking is
                  added, but some conforming programs might fail.
                config PKG_FORTIFY_SOURCE_NONE
@@ -272,7 +272,7 @@
        choice
                prompt "Enable RELRO protection"
                help
-                 Enable a link-time protection know as RELRO (Relocation Read 
Only)
+                 Enable a link-time protection known as RELRO (Relocation Read 
Only)
                  which helps to protect from certain type of exploitation 
techniques
                  altering the content of some ELF sections. "Partial" RELRO 
makes the
                  .dynamic section not writeable after initialization, 
introducing
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to