Merge pull request #6430 from jaamison/jj/unstable

stream.h: fix typo
This commit is contained in:
Salvatore Sanfilippo 2019-10-08 17:40:47 +02:00 committed by GitHub
commit 94b735f763

View File

@ -88,7 +88,7 @@ typedef struct streamNACK {
/* Stream propagation informations, passed to functions in order to propagate
* XCLAIM commands to AOF and slaves. */
typedef struct sreamPropInfo {
typedef struct streamPropInfo {
robj *keyname;
robj *groupname;
} streamPropInfo;