From cbdc4883d1e1d4c9e725d5b66d0ab55796b8e759 Mon Sep 17 00:00:00 2001 From: modric Date: Mon, 21 Nov 2022 14:50:22 +0800 Subject: [PATCH] Fix some typos --- plugins/python/regress/testhelpers.h | 2 +- plugins/sudoers/parse.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/python/regress/testhelpers.h b/plugins/python/regress/testhelpers.h index 0e19d9db0..39305ef07 100644 --- a/plugins/python/regress/testhelpers.h +++ b/plugins/python/regress/testhelpers.h @@ -75,7 +75,7 @@ char ** create_str_array(size_t count, ...); success = 0; \ } \ if (!cleanup(success)) { \ - printf("FAILED: deitialization of testcase %s at %s:%d\n", #testcase, __FILE__, __LINE__); \ + printf("FAILED: deinitialization of testcase %s at %s:%d\n", #testcase, __FILE__, __LINE__); \ success = 0; \ } \ if (!success) { \ diff --git a/plugins/sudoers/parse.c b/plugins/sudoers/parse.c index 3745efbe2..c0c5f86ad 100644 --- a/plugins/sudoers/parse.c +++ b/plugins/sudoers/parse.c @@ -208,7 +208,7 @@ sudoers_lookup_check(struct sudo_nss *nss, struct passwd *pw, } /* - * Apply cmndspec-specific settngs including SELinux role/type, + * Apply cmndspec-specific settings including SELinux role/type, * Solaris privs, and command tags. */ static bool