X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.c;h=d25975308e9689b15fa9126503f35ed056353a67;hb=9f6f901889d4c9f594b5ae1fd0f449fcdd2d8fe3;hp=d96d676790d0d8c730610484637c9322e2a27b5b;hpb=912c9b3f7c4a57fbf9ddd16db13d2651932ddb65;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); }