NEWS: Fix spelling.

This commit is contained in:
Carlos O'Donell 2015-02-06 12:59:37 -05:00
parent 46d54873c3
commit ebda2f17ff

2
NEWS
View File

@ -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.