diff options
author | Tim Gates <tim.gates@iress.com> | 2020-12-19 17:14:23 +1100 |
---|---|---|
committer | Tim Gates <tim.gates@iress.com> | 2020-12-19 17:14:23 +1100 |
commit | dbdd0f972af15db15a4e556bd6b2ccf149f59266 (patch) | |
tree | 47cc61582107e0547a95fd6614c1e569ff59ee8a /plugins-root | |
parent | 7fdbea06c7d7f82359d04903be1bdb0eea5a9e89 (diff) | |
download | monitoring-plugins-dbdd0f972af15db15a4e556bd6b2ccf149f59266.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`.
Diffstat (limited to 'plugins-root')
-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 e45fdf60..31eb4c65 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c @@ -1134,7 +1134,7 @@ finish(int sig) while(host) { if(!host->icmp_recv) { /* rta 0 is ofcourse not entirely correct, but will still show up - * conspicuosly as missing entries in perfparse and cacti */ + * conspicuously as missing entries in perfparse and cacti */ pl = 100; rta = 0; status = STATE_CRITICAL; |