From 3ef6b79c801cd6bf9301a3407319f0a79ac882d6 Mon Sep 17 00:00:00 2001 From: Jamison Judge Date: Mon, 7 Oct 2019 11:01:01 -0700 Subject: [PATCH] stream.h: fix typo --- src/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;