fix typographical mistake in warning message
[collectd.git] / src / dns.c
index 5312839..a2a4667 100644 (file)
--- a/src/dns.c
+++ b/src/dns.c
@@ -357,7 +357,7 @@ static int dns_init (void)
                if (getuid () == 0)
                        WARNING ("dns plugin: Running collectd as root, but the CAP_NET_RAW "
                                        "capability is missing. The plugin's read function will probably "
-                                       "fail. Is your init system dropping capabilities ?");
+                                       "fail. Is your init system dropping capabilities?");
                else
                        WARNING ("dns plugin: collectd doesn't have the CAP_NET_RAW capability. "
                                        "If you don't want to run collectd as root, try running \"setcap "