From 1723a3c7610cc43438c51d1e5fed43e15099a60e Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 18 Nov 2016 11:47:20 +0100 Subject: It's useful to use 'useful' instead of 'usefull' diff --git a/plugins-scripts/check_ifoperstatus.pl b/plugins-scripts/check_ifoperstatus.pl index 3eed4bc..9ede163 100755 --- a/plugins-scripts/check_ifoperstatus.pl +++ b/plugins-scripts/check_ifoperstatus.pl @@ -325,7 +325,7 @@ sub print_help() { printf " (Implies the use of -I)\n"; printf " -w (--warn =i|w|c) ignore|warn|crit if the interface is dormant (default critical)\n"; printf " -D (--admin-down =i|w|c) same for administratively down interfaces (default warning)\n"; - printf " -M (--maxmsgsize) Max message size - usefull only for v1 or v2c\n"; + printf " -M (--maxmsgsize) Max message size - useful only for v1 or v2c\n"; printf " -t (--timeout) seconds before the plugin times out (default=$TIMEOUT)\n"; printf " -V (--version) Plugin version\n"; printf " -h (--help) usage help \n\n"; diff --git a/plugins-scripts/check_ifstatus.pl b/plugins-scripts/check_ifstatus.pl index 9f2f7c3..32984e5 100755 --- a/plugins-scripts/check_ifstatus.pl +++ b/plugins-scripts/check_ifstatus.pl @@ -280,7 +280,7 @@ sub print_help() { printf " in hex with 0x prefix generated by using \"snmpkey\" utility\n"; printf " privacy password and authEngineID\n"; printf " -P (--privproto) privacy protocol (DES or AES; default: DES)\n"; - printf " -M (--maxmsgsize) Max message size - usefull only for v1 or v2c\n"; + printf " -M (--maxmsgsize) Max message size - useful only for v1 or v2c\n"; printf " -t (--timeout) seconds before the plugin times out (default=$TIMEOUT)\n"; printf " -V (--version) Plugin version\n"; printf " -h (--help) usage help \n\n"; diff --git a/plugins/check_ntp_time.c b/plugins/check_ntp_time.c index 1cc8cbf..391b2df 100644 --- a/plugins/check_ntp_time.c +++ b/plugins/check_ntp_time.c @@ -633,7 +633,7 @@ void print_help(void){ printf("%s\n", _("Notes:")); printf(" %s\n", _("If you'd rather want to monitor an NTP server, please use")); printf(" %s\n", _("check_ntp_peer.")); - printf(" %s\n", _("--time-offset is usefull for compensating for servers with known")); + printf(" %s\n", _("--time-offset is useful for compensating for servers with known")); printf(" %s\n", _("and expected clock skew.")); printf("\n"); printf(UT_THRESHOLDS_NOTES); -- cgit v0.10-9-g596f