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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user