summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhwware <wen.hui.ware@gmail.com>2020-04-14 00:16:29 -0400
committerhwware <wen.hui.ware@gmail.com>2020-04-14 00:16:29 -0400
commit1323afed8b42db83961a559754928d051f7bc2e3 (patch)
tree136b2fb12c81e3e7e3ae306a3af2ac2756e2ef69
parent767977c5332cb690ad1432983146b672ca515afe (diff)
downloadredis-1323afed8b42db83961a559754928d051f7bc2e3.tar.gz
fix spelling in acl.c
-rw-r--r--src/acl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/acl.c b/src/acl.c
index 733988013..6847130ad 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -1783,8 +1783,8 @@ void aclCommand(client *c) {
long count = 10; /* Number of entries to emit by default. */
/* Parse the only argument that LOG may have: it could be either
- * the number of entires the user wants to display, or alternatively
- * the "RESET" command in order to flush the old entires. */
+ * the number of entries the user wants to display, or alternatively
+ * the "RESET" command in order to flush the old entries. */
if (c->argc == 3) {
if (!strcasecmp(c->argv[2]->ptr,"reset")) {
listSetFreeMethod(ACLLog,ACLFreeLogEntry);