mirror of
http://github.com/valkey-io/valkey
synced 2024-11-21 16:46:15 +00:00
Fix typo (#84)
A simple PR to fix a typo. Signed-off-by: Cong Chen <iamchencong@gmail.com>
This commit is contained in:
parent
b2a397366b
commit
af1b0de92d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user