summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2019-10-10 10:31:43 +0200
committerantirez <antirez@gmail.com>2019-10-10 10:31:43 +0200
commit509fe9cba1356526bc43a9e6b33101acc72d1fbd (patch)
tree4fa5e962c751e7ff16f46cd7356525cbe8bc95bf
parent747be463d2f825c1e0b620ef2b120a0695121d8a (diff)
parenta92921da135e38eedd89138e15fe9fd1ffdd9b48 (diff)
downloadredis-509fe9cba1356526bc43a9e6b33101acc72d1fbd.tar.gz
Merge branch 'unstable' of github.com:/antirez/redis into unstable
-rw-r--r--src/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.h b/src/stream.h
index 8ae90ce77..1163b3527 100644
--- a/src/stream.h
+++ b/src/stream.h
@@ -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;