From 2445576e9bff7583be8f3cc99fd48f0c35f6ac51 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 16 Sep 2021 13:49:32 -0600 Subject: [PATCH] fix typo --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ec58cf35b..2a418f224 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ What's new in Sudo 1.9.8p1 * Fixed support for passing a prompt (sudo -p) or a login class - (sudo -l) on the command line. This is a regression introduced + (sudo -c) on the command line. This is a regression introduced in sudo 1.9.8. Bug #993. * Fixed a crash with "sudo ALL" rules in the LDAP and SSSD back-ends.