mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05: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…
Reference in New Issue
Block a user