Commit b0392e75 authored by antirez's avatar antirez
Browse files

Tranfer -> transfer typo fixed.

parent 92b39a0a
......@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment