From af1b0de92de2ace4a01e74cf9ed7d7d6f3dedf70 Mon Sep 17 00:00:00 2001 From: Cong Chen Date: Sun, 31 Mar 2024 13:11:13 +0800 Subject: [PATCH] Fix typo (#84) A simple PR to fix a typo. Signed-off-by: Cong Chen --- src/acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/acl.c b/src/acl.c index 26827f97a..81f8b3849 100644 --- a/src/acl.c +++ b/src/acl.c @@ -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);