]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NEWS: Fix spelling.
authorCarlos O'Donell <carlos@systemhalted.org>
Fri, 6 Feb 2015 17:59:37 +0000 (12:59 -0500)
committerCarlos O'Donell <carlos@systemhalted.org>
Fri, 6 Feb 2015 17:59:37 +0000 (12:59 -0500)
NEWS

diff --git a/NEWS b/NEWS
index 585eda6051b7ed1afab78ac85ca71bac87f27d47..3a209ce664b7079084adaaceabe1bb363e86b75b 100644 (file)
--- 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.