Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
b0392e75
Commit
b0392e75
authored
Jul 31, 2018
by
antirez
Browse files
Tranfer -> transfer typo fixed.
parent
92b39a0a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/t_set.c
View file @
b0392e75
...
...
@@ -516,7 +516,7 @@ void spopWithCountCommand(client *c) {
sdsfree
(
sdsele
);
}
/* Tranfer the old set to the client. */
/* Tran
s
fer the old set to the client. */
setTypeIterator
*
si
;
si
=
setTypeInitIterator
(
set
);
while
((
encoding
=
setTypeNext
(
si
,
&
sdsele
,
&
llele
))
!=
-
1
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment