From 9f37f0c4e2b5957e96351a9064f7b2304a5b3924 Mon Sep 17 00:00:00 2001 From: Tim Laszlo Date: Tue, 24 Sep 2013 10:35:22 -0500 Subject: [PATCH] Replace you with your in error message Signed-off-by: Florian Forster --- src/collectd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.11.0