Merge pull request #210 from BornThisWay/1121_typo

Fix some typos
This commit is contained in:
Todd C. Miller
2022-11-21 07:08:46 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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) { \

View File

@@ -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