2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Fix typos found by codespell 2.2.1.

This commit is contained in:
Todd C. Miller
2022-09-28 16:39:19 -06:00
parent 166e0e13bc
commit d2a13a8154
8 changed files with 11 additions and 9 deletions

View File

@@ -1384,7 +1384,7 @@ alias_prune_helper(struct sudoers_parse_tree *parse_tree, struct alias *a,
{
struct cvtsudoers_config *conf = v;
/* XXX - misue of these functions */
/* XXX - misuse of these functions */
switch (a->type) {
case USERALIAS:
userlist_matches_filter(parse_tree, &a->members, conf);