X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnetwork.c;h=8acf84b1bb67434925c8e3075fe4b7a04182b5c5;hb=965115a9ec6d4beaea5c6c1483176b80445c5f96;hp=cf2f81140592694fd26eebd334c411551a1cbc2c;hpb=ec9234cd682510ad4b56faceb977865437de9378;p=collectd.git diff --git a/src/network.c b/src/network.c index cf2f8114..8acf84b1 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."); }