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