[monitoring-plugins] docs: fix simple typo, conspicuosly -> ...

Jan Wagner git at monitoring-plugins.org
Sat Apr 10 13:50:10 CEST 2021


    Module: monitoring-plugins
    Branch: wip-2.3.1
    Commit: 95686770a20b35027c392b523d22d56b53216202
    Author: Tim Gates <tim.gates at iress.com>
 Committer: Jan Wagner <waja at cyconet.org>
      Date: Sat Dec 19 17:14:23 2020 +1100
       URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=9568677

docs: fix simple typo, conspicuosly -> conspicuously

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

Should read `conspicuously` rather than `conspicuosly`.

---

 plugins-root/check_icmp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the Commits mailing list