mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +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);
|
||||
}
|
||||
|
||||
/* 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