summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorLorenz <12514511+RincewindsHat@users.noreply.github.com>2023-04-13 15:31:13 (GMT)
committerGitHub <noreply@github.com>2023-04-13 15:31:13 (GMT)
commite44dcb80f1fdab2751cd460325391676e4f1a466 (patch)
tree6d044dadbba0533e7cf127459e5bd362ec701aa6 /plugins
parentac3032a0ba6f30befd6c605970ae856dcdb05384 (diff)
parentcc69e8f76bcde8f75b5828b920bb937682673f49 (diff)
downloadmonitoring-plugins-e44dcb80f1fdab2751cd460325391676e4f1a466.tar.gz
Merge pull request #1863 from Donien/master
Fix 'requres' typo
Diffstat (limited to 'plugins')
-rw-r--r--plugins/check_nwstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_nwstat.c b/plugins/check_nwstat.c
index e7e8de0..3c9d23e 100644
--- a/plugins/check_nwstat.c
+++ b/plugins/check_nwstat.c
@@ -1668,7 +1668,7 @@ void print_help(void)
1668 1668
1669 printf ("\n"); 1669 printf ("\n");
1670 printf ("%s\n", _("Notes:")); 1670 printf ("%s\n", _("Notes:"));
1671 printf (" %s\n", _("- This plugin requres that the MRTGEXT.NLM file from James Drews' MRTG")); 1671 printf (" %s\n", _("- This plugin requires that the MRTGEXT.NLM file from James Drews' MRTG"));
1672 printf (" %s\n", _(" extension for NetWare be loaded on the Novell servers you wish to check.")); 1672 printf (" %s\n", _(" extension for NetWare be loaded on the Novell servers you wish to check."));
1673 printf (" %s\n", _(" (available from http://www.engr.wisc.edu/~drews/mrtg/)")); 1673 printf (" %s\n", _(" (available from http://www.engr.wisc.edu/~drews/mrtg/)"));
1674 printf (" %s\n", _("- Values for critical thresholds should be lower than warning thresholds")); 1674 printf (" %s\n", _("- Values for critical thresholds should be lower than warning thresholds"));