diff options
author | Jan Wagner <waja@cyconet.org> | 2016-11-18 11:47:20 +0100 |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2016-11-18 11:47:20 +0100 |
commit | 1723a3c7610cc43438c51d1e5fed43e15099a60e (patch) | |
tree | b9d21795ee62ecfeabee11a3ddd4f7c6da239fce /plugins/check_ntp_time.c | |
parent | 9f6ad74aafb2c1eadeadb4d5bd1ba118b3138367 (diff) | |
download | monitoring-plugins-1723a3c7610cc43438c51d1e5fed43e15099a60e.tar.gz |
It's useful to use 'useful' instead of 'usefull'
Diffstat (limited to 'plugins/check_ntp_time.c')
-rw-r--r-- | plugins/check_ntp_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ntp_time.c b/plugins/check_ntp_time.c index 1cc8cbfb..391b2df2 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); |