summaryrefslogtreecommitdiff
path: root/src/t_stream.c
diff options
context:
space:
mode:
authorBonsai <LetBonsaiBe@gmail.com>2021-04-14 20:46:54 +0800
committerGitHub <noreply@github.com>2021-04-14 15:46:54 +0300
commit07601b7e0737446d9a678623d1afa24ac8a1d20e (patch)
treecc6fa725954844d8cac36df6e2842af787bea6b3 /src/t_stream.c
parent645c664fbbaad462f482328818c42cf7460805be (diff)
downloadredis-07601b7e0737446d9a678623d1afa24ac8a1d20e.tar.gz
fix typo, stracture to structure (#8784)
Diffstat (limited to 'src/t_stream.c')
-rw-r--r--src/t_stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/t_stream.c b/src/t_stream.c
index c0283f3e9..1b2fe3262 100644
--- a/src/t_stream.c
+++ b/src/t_stream.c
@@ -3547,8 +3547,8 @@ NULL
}
}
-/* Validate the integrity stream listpack entries stracture. Both in term of a
- * valid listpack, but also that the stracture of the entires matches a valid
+/* Validate the integrity stream listpack entries structure. Both in term of a
+ * valid listpack, but also that the structure of the entires matches a valid
* stream. return 1 if valid 0 if not valid. */
int streamValidateListpackIntegrity(unsigned char *lp, size_t size, int deep) {
int valid_record;