X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.c;h=d25975308e9689b15fa9126503f35ed056353a67;hb=0b6adfd256599f1bb944246435488eeddb7dc617;hp=7220462241235cb280c8b4aae9366e8e6d61bd85;hpb=9f37f0c4e2b5957e96351a9064f7b2304a5b3924;p=collectd.git diff --git a/src/collectd.c b/src/collectd.c index 72204622..d2597530 100644 --- a/src/collectd.c +++ b/src/collectd.c @@ -118,7 +118,7 @@ static int init_hostname (void) ERROR ("Looking up \"%s\" failed. You have set the " "\"FQDNLookup\" option, but I cannot resolve " "my hostname to a fully qualified domain " - "name. Please fix your network " + "name. Please fix the network " "configuration.", hostname_g); return (-1); }