X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnetwork.c;h=959682864c456e64a7be20889e19198050dba138;hb=262212d3e5db97743c9ff47897778a84049e4bae;hp=f6f0ac1504ce07f7bb98113f74a2a21be2d05779;hpb=9f8dc5668faf5432dcb1430017bd7a1c383c2453;p=collectd.git diff --git a/src/network.c b/src/network.c index f6f0ac15..95968286 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."); }