Skip to content

Commit

Permalink
Fix typo in streamReplyWithRange() top comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Oct 24, 2018
1 parent a2131f9 commit f06e8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ void streamPropagateGroupID(client *c, robj *key, streamCG *group, robj *groupna

/* Send the specified range to the client 'c'. The range the client will
* receive is between start and end inclusive, if 'count' is non zero, no more
* than 'count' elemnets are sent. The 'end' pointer can be NULL to mean that
* than 'count' elements are sent. The 'end' pointer can be NULL to mean that
* we want all the elements from 'start' till the end of the stream. If 'rev'
* is non zero, elements are produced in reversed order from end to start.
*
Expand Down

0 comments on commit f06e8c3

Please sign in to comment.