X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnetwork.c;h=959682864c456e64a7be20889e19198050dba138;hb=262212d3e5db97743c9ff47897778a84049e4bae;hp=af23d485017301e72cea87cc9f027b3236045ade;hpb=a96e1c4a5e2c0244607b9da71175c2a12a4451fd;p=collectd.git diff --git a/src/network.c b/src/network.c index af23d485..95968286 100644 --- a/src/network.c +++ b/src/network.c @@ -27,8 +27,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #include "utils_cache.h" #include "utils_complain.h" #include "utils_fbhash.h" @@ -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."); }