Tranfer -> transfer typo fixed.

This commit is contained in:
antirez 2018-07-31 16:41:33 +02:00
parent 92b39a0abf
commit b0392e75ec

View File

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