about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2015-02-06 12:59:37 -0500
committerCarlos O'Donell <carlos@systemhalted.org>2015-02-06 12:59:37 -0500
commitebda2f17ffc735f7daa67f752ec454b3f305e392 (patch)
treea4361d374386b6ea828e9d9c3d09975e4044004a
parent46d54873c379cb1a3acc501587a5bc22c0767b38 (diff)
downloadglibc-ebda2f17ffc735f7daa67f752ec454b3f305e392.tar.gz
glibc-ebda2f17ffc735f7daa67f752ec454b3f305e392.tar.xz
glibc-ebda2f17ffc735f7daa67f752ec454b3f305e392.zip
NEWS: Fix spelling.
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 585eda6051..3a209ce664 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.