X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.c;h=d25975308e9689b15fa9126503f35ed056353a67;hb=72ec1d0ed6cde4aa78f17d031e7a48e37cbf7a57;hp=d96d676790d0d8c730610484637c9322e2a27b5b;hpb=defd9a4014a34640b1228bbcb96e6aa99e8bbb37;p=collectd.git diff --git a/src/collectd.c b/src/collectd.c index d96d6767..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 you network " + "name. Please fix the network " "configuration.", hostname_g); return (-1); }