From: Todd C. Miller Date: Sat, 4 Aug 2018 13:38:47 +0000 (-0600) Subject: fix typo X-Git-Tag: SUDO_1_8_24^2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db387a53a6602a941d43c81cd9f82b3b21484079;p=sudo fix typo --- diff --git a/plugins/sudoers/fmtsudoers.c b/plugins/sudoers/fmtsudoers.c index 69e3019ad..30d19b2a6 100644 --- a/plugins/sudoers/fmtsudoers.c +++ b/plugins/sudoers/fmtsudoers.c @@ -203,7 +203,7 @@ sudoers_format_privilege(struct sudo_lbuf *lbuf, { struct cmndspec *cs, *prev_cs; struct member *m; - debug_decl(sudoers_format_userspec, SUDOERS_DEBUG_UTIL) + debug_decl(sudoers_format_privilege, SUDOERS_DEBUG_UTIL) /* Print hosts list. */ TAILQ_FOREACH(m, &priv->hostlist, entries) {