diff --git a/src/t_set.c b/src/t_set.c index 5d48e3c43..f67073fe6 100644 --- a/src/t_set.c +++ b/src/t_set.c @@ -516,7 +516,7 @@ void spopWithCountCommand(client *c) { sdsfree(sdsele); } - /* Tranfer the old set to the client. */ + /* Transfer the old set to the client. */ setTypeIterator *si; si = setTypeInitIterator(set); while((encoding = setTypeNext(si,&sdsele,&llele)) != -1) {