diff options
author | antirez <antirez@gmail.com> | 2018-07-31 16:41:33 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2018-07-31 16:41:33 +0200 |
commit | b0392e75ec37ffae0cb2277723168d8179861bef (patch) | |
tree | 6194a269bd6488e450c19013c9440993bad52799 /src/t_set.c | |
parent | 92b39a0abf8ba22496038066797842c095682fab (diff) | |
download | redis-b0392e75ec37ffae0cb2277723168d8179861bef.tar.gz |
Tranfer -> transfer typo fixed.
Diffstat (limited to 'src/t_set.c')
-rw-r--r-- | src/t_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/t_set.c b/src/t_set.c index 5d48e3c43..f67073fe6 100644 --- a/src/t_set.c +++ b/src/t_set.c @@ -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) { |