From: Tim Laszlo Date: Tue, 24 Sep 2013 15:35:22 +0000 (-0500) Subject: Replace you with your in error message X-Git-Tag: collectd-5.4.1~3^2~9 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=9f37f0c4e2b5957e96351a9064f7b2304a5b3924 Replace you with your in error message Signed-off-by: Florian Forster --- diff --git a/src/collectd.c b/src/collectd.c index d96d6767..72204622 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 your network " "configuration.", hostname_g); return (-1); }