From b5321aff06d6ea8d730d62aec2ffd8e9271c1ffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 14 Apr 2022 20:12:10 +0200 Subject: Adding upstream version 1.34.0. Signed-off-by: Daniel Baumann --- streaming/rrdpush.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'streaming/rrdpush.h') diff --git a/streaming/rrdpush.h b/streaming/rrdpush.h index 937ead6fa..7eb2c6e58 100644 --- a/streaming/rrdpush.h +++ b/streaming/rrdpush.h @@ -62,7 +62,7 @@ struct decompressor_state { size_t total_compressed; size_t total_uncompressed; size_t packet_count; - struct decompressor_data *data; // Deompression API specific data + struct decompressor_data *data; // Decompression API specific data void (*reset)(struct decompressor_state *state); size_t (*start)(struct decompressor_state *state, const char *header, size_t header_size); size_t (*put)(struct decompressor_state *state, const char *data, size_t size); -- cgit v1.2.3