[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1992] nagiosplug/trunk/plugins/check_dns.c

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Tue May 13 11:14:46 CEST 2008


Revision: 1992
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1992&view=rev
Author:   dermoth
Date:     2008-05-13 02:14:45 -0700 (Tue, 13 May 2008)

Log Message:
-----------
Typo

Modified Paths:
--------------
    nagiosplug/trunk/plugins/check_dns.c

Modified: nagiosplug/trunk/plugins/check_dns.c
===================================================================
--- nagiosplug/trunk/plugins/check_dns.c	2008-05-07 10:02:42 UTC (rev 1991)
+++ nagiosplug/trunk/plugins/check_dns.c	2008-05-13 09:14:45 UTC (rev 1992)
@@ -469,7 +469,7 @@
   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"));


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list