From fd6aa493218a10a0c5629d2f0dd50934d0901f33 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 9 Jun 2025 07:45:59 -0600 Subject: [PATCH] fix typo --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e9ccd9096..273c693cc 100644 --- a/NEWS +++ b/NEWS @@ -16,7 +16,7 @@ What's new in Sudo 1.9.17 * Fixed the display of timeout values in the "sudo -V" output on systems without a C99-compliant snprintf() function. - * Quieted a number of Coverity minor warnings. + * Quieted a number of minor Coverity warnings. * Fixed a problem running sudo from a serial console on Linux when the command is run in a pseudo-terminal (the default).