Code

Typo
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>
Tue, 13 May 2008 09:14:45 +0000 (09:14 +0000)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>
Tue, 13 May 2008 09:14:45 +0000 (09:14 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1992 f882894a-f735-0410-b71e-b25c423dba1c

plugins/check_dns.c

index 13840646227b9904ad1b1fa8041b26bb5fc87565..c2d899fdc209a00694dd59c258e2fd57cf8c4812 100644 (file)
@@ -469,7 +469,7 @@ print_help (void)
   printf (" -a, --expected-address=IP-ADDRESS|HOST\n");
   printf ("    %s\n", _("Optional IP-ADDRESS you expect the DNS server to return. HOST must end with"));
   printf ("    %s\n", _("a dot (.). This option can be repeated multiple times (Returns OK if any"));
-  printf ("    %s\n", _("value match). If multiple addressesare returned at once, you have to match"));
+  printf ("    %s\n", _("value match). If multiple addresses are returned at once, you have to match"));
   printf ("    %s\n", _("the whole string of addresses separated with commas (sorted alphabetically)."));
   printf (" -A, --expect-authority\n");
   printf ("    %s\n", _("Optionally expect the DNS server to be authoritative for the lookup"));