From 8526d65d47195d76d78f0132115dd22ebe8ff557 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 10 Jan 2017 21:34:58 +0100 Subject: Apply another spelling fix 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); } } -- cgit v0.10-9-g596f