1
0
mirror of https://github.com/fluencelabs/redis synced 2025-06-09 23:41:18 +00:00

Merge pull request 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 a92921da13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;