[monitoring-plugins] Apply another spelling fix

Jan Wagner <[email protected]> Tue, 10 Jan 2017 22:10:11 +0100 (CET)
Newsgroups gmane.network.nagios.cvs
Message-ID <20170110211011.BD86820083AA__34442.5108786256$1484082629$gmane$org@orwell.monitoring-plugins.org>
    Module: monitoring-plugins
    Branch: maint-2.2
    Commit: 8526d65d47195d76d78f0132115dd22ebe8ff557
    Author: Holger Weiss <[email protected]>
 Committer: Jan Wagner <[email protected]>
      Date: Tue Jan 10 21:34:58 2017 +0100
       URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=8526d65

Apply another spelling fix

---

 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 b722f80..4098874 100644
--- a/plugins-root/check_icmp.c
+++ b/plugins-root/check_icmp.c
@@ -608,7 +608,7 @@ main(int argc, char **argv)
 		if(max_completion_time > (u_int)timeout * 1000000) {
 			printf("max_completion_time: %llu  timeout: %u\n",
 				   max_completion_time, timeout);
-			printf("Timeout must be at lest %llu\n",
+			printf("Timeout must be at least %llu\n",
 				   max_completion_time / 1000000 + 1);
 		}
 	}