diff options
author | Tim Gates <tim.gates@iress.com> | 2020-12-19 06:14:23 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2021-04-10 11:43:12 (GMT) |
commit | 95686770a20b35027c392b523d22d56b53216202 (patch) | |
tree | 5e78b0523f4bbd8a667c7fe2ed90cb9eea8cade1 | |
parent | d9c87f84b4075c0efeb46c2f984b2170a00b8c89 (diff) | |
download | monitoring-plugins-95686770a20b35027c392b523d22d56b53216202.tar.gz |
docs: fix simple typo, conspicuosly -> conspicuously
There is a small typo in plugins-root/check_icmp.c.
Should read `conspicuously` rather than `conspicuosly`.
-rw-r--r-- | plugins-root/check_icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index e45fdf6..31eb4c6 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -1134,7 +1134,7 @@ finish(int sig) | |||
1134 | while(host) { | 1134 | while(host) { |
1135 | if(!host->icmp_recv) { | 1135 | if(!host->icmp_recv) { |
1136 | /* rta 0 is ofcourse not entirely correct, but will still show up | 1136 | /* rta 0 is ofcourse not entirely correct, but will still show up |
1137 | * conspicuosly as missing entries in perfparse and cacti */ | 1137 | * conspicuously as missing entries in perfparse and cacti */ |
1138 | pl = 100; | 1138 | pl = 100; |
1139 | rta = 0; | 1139 | rta = 0; |
1140 | status = STATE_CRITICAL; | 1140 | status = STATE_CRITICAL; |