mirror of
https://github.com/fluencelabs/redis
synced 2025-03-31 23:01:03 +00:00
Tranfer -> transfer typo fixed.
This commit is contained in:
parent
92b39a0abf
commit
b0392e75ec
@ -516,7 +516,7 @@ void spopWithCountCommand(client *c) {
|
|||||||
sdsfree(sdsele);
|
sdsfree(sdsele);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tranfer the old set to the client. */
|
/* Transfer the old set to the client. */
|
||||||
setTypeIterator *si;
|
setTypeIterator *si;
|
||||||
si = setTypeInitIterator(set);
|
si = setTypeInitIterator(set);
|
||||||
while((encoding = setTypeNext(si,&sdsele,&llele)) != -1) {
|
while((encoding = setTypeNext(si,&sdsele,&llele)) != -1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user