docs: fix simple typo, conspicuosly -> conspicuously

There is a small typo in plugins-root/check_icmp.c.

Should read `conspicuously` rather than `conspicuosly`.
This commit is contained in:
Tim Gates 2020-12-19 17:14:23 +11:00
parent 7fdbea06c7
commit dbdd0f972a
No known key found for this signature in database
GPG key ID: AE3BE0D53823CF05

View file

@ -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;