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