summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2019-10-08 17:40:47 +0200
committerGitHub <noreply@github.com>2019-10-08 17:40:47 +0200
commita92921da135e38eedd89138e15fe9fd1ffdd9b48 (patch)
treead6283ba117ce7fd7755c2a875996105ab1191df
parent17bf0b25c1171486e3a1b089f3181fff2bc0d4f0 (diff)
parent3ef6b79c801cd6bf9301a3407319f0a79ac882d6 (diff)
downloadredis-a92921da135e38eedd89138e15fe9fd1ffdd9b48.tar.gz
Merge pull request #6430 from jaamison/jj/unstable
stream.h: fix typo
-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;