typo fix in acl.c

This commit is contained in:
hwware
2020-01-13 00:54:31 -05:00
parent 8105f91a02
commit 66801ea38e

View File

@@ -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