From: blogic Date: Wed, 28 Jan 2015 12:05:58 +0000 (+0000) Subject: config: fix typo in Global build settings menu X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=e46df1450d6f86c3921957047fe0cb38d541414c;p=openwrt-working-2016%2F.git config: fix typo in Global build settings menu Signed-off-by: Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44163 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/config/Config-build.in b/config/Config-build.in index 280f71923b..0ca145e3a9 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -251,7 +251,7 @@ menu "Global build settings" endchoice choice - prompt "Enable buffer-overflows detction (FORTIFY_SOURCE)" + prompt "Enable buffer-overflows detection (FORTIFY_SOURCE)" help Enable the _FORTIFY_SOURCE macro which introduces additional checks to detect buffer-overflows in the following standard library