From 66801ea38eeb363aac8e19dff2b6f911ef997069 Mon Sep 17 00:00:00 2001 From: hwware Date: Mon, 13 Jan 2020 00:54:31 -0500 Subject: [PATCH] typo fix in acl.c --- src/acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/acl.c b/src/acl.c index 1f395bd3f..2704e8fc3 100644 --- a/src/acl.c +++ b/src/acl.c @@ -254,7 +254,7 @@ void ACLFreeUserAndKillClients(user *u) { while ((ln = listNext(&li)) != NULL) { client *c = listNodeValue(ln); if (c->user == u) { - /* We'll free the conenction asynchronously, so + /* We'll free the connection asynchronously, so * in theory to set a different user is not needed. * However if there are bugs in Redis, soon or later * this may result in some security hole: it's much