summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJan Wagner <waja@cyconet.org>2016-11-18 10:47:20 (GMT)
committerJan Wagner <waja@cyconet.org>2016-11-18 10:47:20 (GMT)
commit1723a3c7610cc43438c51d1e5fed43e15099a60e (patch)
treeb9d21795ee62ecfeabee11a3ddd4f7c6da239fce /plugins
parent9f6ad74aafb2c1eadeadb4d5bd1ba118b3138367 (diff)
downloadmonitoring-plugins-1723a3c7610cc43438c51d1e5fed43e15099a60e.tar.gz
It's useful to use 'useful' instead of 'usefull'
Diffstat (limited to 'plugins')
-rw-r--r--plugins/check_ntp_time.c2
1 files changed, 1 insertions, 1 deletions
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){
633 printf("%s\n", _("Notes:")); 633 printf("%s\n", _("Notes:"));
634 printf(" %s\n", _("If you'd rather want to monitor an NTP server, please use")); 634 printf(" %s\n", _("If you'd rather want to monitor an NTP server, please use"));
635 printf(" %s\n", _("check_ntp_peer.")); 635 printf(" %s\n", _("check_ntp_peer."));
636 printf(" %s\n", _("--time-offset is usefull for compensating for servers with known")); 636 printf(" %s\n", _("--time-offset is useful for compensating for servers with known"));
637 printf(" %s\n", _("and expected clock skew.")); 637 printf(" %s\n", _("and expected clock skew."));
638 printf("\n"); 638 printf("\n");
639 printf(UT_THRESHOLDS_NOTES); 639 printf(UT_THRESHOLDS_NOTES);