Fix typo in src/network.c
authorDagobert Michelsen <dam@opencsw.org>
Tue, 23 Jul 2019 11:11:03 +0000 (13:11 +0200)
committerDagobert Michelsen <dam@opencsw.org>
Tue, 23 Jul 2019 11:11:03 +0000 (13:11 +0200)
src/network.c

index f6f0ac1..9596828 100644 (file)
@@ -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.");
   }