summaryrefslogtreecommitdiff
path: root/src/stream.h
diff options
context:
space:
mode:
authorJamison Judge <jj@jamisonjudge.com>2019-10-07 11:01:01 -0700
committerJamison Judge <jj@jamisonjudge.com>2019-10-07 11:01:01 -0700
commit3ef6b79c801cd6bf9301a3407319f0a79ac882d6 (patch)
tree1b9aa73e37ed8ef0ba4802517d0ec1558179830f /src/stream.h
parentc65347ab17d61a4118efdc4a3568bf71b088ab63 (diff)
downloadredis-3ef6b79c801cd6bf9301a3407319f0a79ac882d6.tar.gz
stream.h: fix typo
Diffstat (limited to 'src/stream.h')
-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;