summaryrefslogtreecommitdiff
path: root/src/t_set.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-07-31 16:41:33 +0200
committerantirez <antirez@gmail.com>2018-07-31 16:41:33 +0200
commitb0392e75ec37ffae0cb2277723168d8179861bef (patch)
tree6194a269bd6488e450c19013c9440993bad52799 /src/t_set.c
parent92b39a0abf8ba22496038066797842c095682fab (diff)
downloadredis-b0392e75ec37ffae0cb2277723168d8179861bef.tar.gz
Tranfer -> transfer typo fixed.
Diffstat (limited to 'src/t_set.c')
-rw-r--r--src/t_set.c2
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) {