[monitoring-plugins] plugins: check_dig: Fix spelling
Karol Babioch <[email protected]> Fri, 21 Apr 2017 11:50:12 +0200 (CEST)
| Newsgroups | gmane.network.nagios.cvs |
|---|---|
| Message-ID | <20170421095012.17EE12000A83__35079.8267907978$1492768213$gmane$org@orwell.monitoring-plugins.org> |
Module: monitoring-plugins Branch: master Commit: e0b8ebaa77cc6fd55b0e28b0374ddc77db57d879 Author: Karol Babioch <[email protected]> Date: Fri Apr 21 01:38:39 2017 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e0b8eba plugins: check_dig: Fix spelling --- plugins/check_dig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/check_dig.c b/plugins/check_dig.c index da4f0de..5d85ae2 100644 --- a/plugins/check_dig.c +++ b/plugins/check_dig.c @@ -331,7 +331,7 @@ print_help (void) printf ("Copyright (c) 2000 Karl DeBisschop <[email protected]>\n"); printf (COPYRIGHT, copyright, email); - printf (_("This plugin test the DNS service on the specified host using dig")); + printf (_("This plugin tests the DNS service on the specified host using dig")); printf ("\n\n");