summaryrefslogtreecommitdiffstats
path: root/streaming
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2023-01-04 14:56:39 +0200
committerGitHub <noreply@github.com>2023-01-04 12:56:39 +0000
commitb0168e8e1a60fa5a259c2318a4e2404b21317806 (patch)
treefb87a78575c22f1fd1bda110d04cd929e4078ac6 /streaming
parent78359cd375d0b2c285741e6f934a681d0a0c3c15 (diff)
Fix typos (#14194)
Diffstat (limited to 'streaming')
-rw-r--r--streaming/sender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/streaming/sender.c b/streaming/sender.c
index a67f6f2175..42e7d85cda 100644
--- a/streaming/sender.c
+++ b/streaming/sender.c
@@ -65,7 +65,7 @@ static inline void rrdpush_sender_thread_close_socket(RRDHOST *host);
#ifdef ENABLE_COMPRESSION
/*
-* In case of stream compression buffer oveflow
+* In case of stream compression buffer overflow
* Inform the user through the error log file and
* deactivate compression by downgrading the stream protocol.
*/