mirror of
https://github.com/fluencelabs/redis
synced 2025-06-16 02:31:20 +00:00
Fixed some spelling issues in ACL codepath including user facing error
This commit is contained in:
@ -3325,7 +3325,7 @@ int processCommand(client *c) {
|
||||
if (acl_retval == ACL_DENIED_CMD)
|
||||
addReplyErrorFormat(c,
|
||||
"-NOPERM this user has no permissions to run "
|
||||
"the '%s' command or its subcommnad", c->cmd->name);
|
||||
"the '%s' command or its subcommand", c->cmd->name);
|
||||
else
|
||||
addReplyErrorFormat(c,
|
||||
"-NOPERM this user has no permissions to access "
|
||||
|
Reference in New Issue
Block a user