Unverified Commit a92921da authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo Committed by GitHub
Browse files

Merge pull request #6430 from jaamison/jj/unstable

stream.h: fix typo
parents 17bf0b25 3ef6b79c
...@@ -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