From: Dagobert Michelsen Date: Tue, 23 Jul 2019 11:11:03 +0000 (+0200) Subject: Fix typo in src/network.c X-Git-Tag: collectd-5.9.1~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=139d11d172e1bba79fa1611838b548c50366f08f;p=thirdparty%2Fcollectd.git Fix typo in src/network.c (cherry picked from commit 262212d3e5db97743c9ff47897778a84049e4bae) --- diff --git a/src/network.c b/src/network.c index cf2f81140..8acf84b1b 100644 --- a/src/network.c +++ b/src/network.c @@ -381,7 +381,7 @@ static bool check_send_notify_okay(const notification_t *n) /* {{{ */ LOG_ERR, &complain_forwarding, "network plugin: A notification has been received via the network " "and forwarding is enabled. Forwarding of notifications is currently " - "not supported, because there is not loop-deteciton available. " + "not supported, because there is not loop-detection available. " "Please contact the collectd mailing list if you need this " "feature."); }