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
6da2bc96
Unverified
Commit
6da2bc96
authored
Mar 16, 2021
by
Ikko Ashimine
Committed by
GitHub
Mar 16, 2021
Browse files
Fix typo in t_stream.c (#8592)
arguements -> arguments
parent
95360c2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
6da2bc96
...
@@ -861,7 +861,7 @@ int64_t streamTrimByID(stream *s, streamID minid, int approx) {
...
@@ -861,7 +861,7 @@ int64_t streamTrimByID(stream *s, streamID minid, int approx) {
return
streamTrim
(
s
,
&
args
);
return
streamTrim
(
s
,
&
args
);
}
}
/* Parse the argu
e
ments of XADD/XTRIM.
/* Parse the arguments of XADD/XTRIM.
*
*
* See streamAddTrimArgs for more details about the arguments handled.
* See streamAddTrimArgs for more details about the arguments handled.
*
*
...
...
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