diff options
author | Jan Wagner <waja@cyconet.org> | 2016-11-30 17:38:36 +0100 |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2016-12-01 12:49:40 +0100 |
commit | dbb92c347e8a19b3fbe33a9160776b7a16ea588b (patch) | |
tree | 7cd127b2fb28044e7a6a638061841fb3931583a4 /plugins/check_fping.c | |
parent | bc4842ab7d0a378a98ee6d37e42bb928c51f9e41 (diff) | |
download | monitoring-plugins-dbb92c347e8a19b3fbe33a9160776b7a16ea588b.tar.gz |
Spelling fixes suggested by lintian
Diffstat (limited to 'plugins/check_fping.c')
-rw-r--r-- | plugins/check_fping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_fping.c b/plugins/check_fping.c index da1ce1a6..521d0fef 100644 --- a/plugins/check_fping.c +++ b/plugins/check_fping.c @@ -184,7 +184,7 @@ textscan (char *buf) int status = STATE_UNKNOWN; if (strstr (buf, "not found")) { - die (STATE_CRITICAL, _("FPING UNKNOW - %s not found\n"), server_name); + die (STATE_CRITICAL, _("FPING UNKNOWN - %s not found\n"), server_name); } else if (strstr (buf, "is unreachable") || strstr (buf, "Unreachable")) { |