Tranfer -> transfer typo fixed.
This commit is contained in:
parent
c42b48d349
commit
7ab75dc72e
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user