summaryrefslogtreecommitdiffstats
path: root/streaming/rrdpush.h
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-02-21 09:30:08 +0200
committerGitHub <noreply@github.com>2022-02-21 10:30:08 +0300
commit4cb5435b8d16c6b117ef1774dcf324c75b5bab9d (patch)
treef7df43e2d31e304c296f8dfb23e7dd9f74c156b1 /streaming/rrdpush.h
parent0a51695ef6514edac0163ebd26bfc830ca473cee (diff)
Fix typos (#12183)
Diffstat (limited to 'streaming/rrdpush.h')
-rw-r--r--streaming/rrdpush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/streaming/rrdpush.h b/streaming/rrdpush.h
index 937ead6faa..7eb2c6e580 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);