Commit 3ef6b79c authored by Jamison Judge's avatar Jamison Judge
Browse files

stream.h: fix typo

parent c65347ab
...@@ -88,7 +88,7 @@ typedef struct streamNACK { ...@@ -88,7 +88,7 @@ typedef struct streamNACK {
/* Stream propagation informations, passed to functions in order to propagate /* Stream propagation informations, passed to functions in order to propagate
* XCLAIM commands to AOF and slaves. */ * XCLAIM commands to AOF and slaves. */
typedef struct sreamPropInfo { typedef struct streamPropInfo {
robj *keyname; robj *keyname;
robj *groupname; robj *groupname;
} streamPropInfo; } streamPropInfo;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment