From: Todd C. Miller Date: Fri, 22 Aug 2014 21:23:42 +0000 (-0600) Subject: fix typo X-Git-Tag: SUDO_1_8_11^2~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ad53f458effe1dfb323a0ad64afa12f1838b4fe;p=sudo fix typo --- diff --git a/NEWS b/NEWS index 57e7151f3..dc1aac640 100644 --- a/NEWS +++ b/NEWS @@ -47,7 +47,7 @@ What's new in Sudo 1.8.11 * Fixed a crash in the system_group plugin. Bug #653. * Fixed sudoedit on platforms without a native version of the - getprograme() function. Bug #654. + getprogname() function. Bug #654. * Fixed compilation problems with some pre-C99 compilers.