Skip to content

Commit

Permalink
Fix typo (#84)
Browse files Browse the repository at this point in the history
A simple PR to fix a typo.

Signed-off-by: Cong Chen <iamchencong@gmail.com>
  • Loading branch information
gentcys committed Mar 31, 2024
1 parent b2a3973 commit af1b0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ void ACLSelectorRemoveCommandRule(aclSelector *selector, sds new_rule) {
sdsupdatelen(selector->command_rules);
}

/* This function is resopnsible for updating the command_rules struct so that relative ordering of
/* This function is responsible for updating the command_rules struct so that relative ordering of
* commands and categories is maintained and can be reproduced without loss. */
void ACLUpdateCommandRules(aclSelector *selector, const char *rule, int allow) {
sds new_rule = sdsnew(rule);
Expand Down

0 comments on commit af1b0de

Please sign in to comment.