From: Carlos O'Donell Date: Fri, 6 Feb 2015 17:59:37 +0000 (-0500) Subject: NEWS: Fix spelling. X-Git-Tag: glibc-2.22~663 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebda2f17ffc735f7daa67f752ec454b3f305e392;p=thirdparty%2Fglibc.git NEWS: Fix spelling. --- diff --git a/NEWS b/NEWS index 585eda6051b..3a209ce664b 100644 --- a/NEWS +++ b/NEWS @@ -60,7 +60,7 @@ Version 2.21 * CVE-2104-7817 The wordexp function could ignore the WRDE_NOCMD flag under certain input conditions resulting in the execution of a shell for - command substitution when the applicaiton did not request it. The + command substitution when the application did not request it. The implementation now checks WRDE_NOCMD immediately before executing the shell and returns the error WRDE_CMDSUB as expected.