diff options
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 d1fe5b1..e77682c 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -736,7 +736,7 @@ main(int argc, char **argv) | |||
736 | if(max_completion_time > (u_int)timeout * 1000000) { | 736 | if(max_completion_time > (u_int)timeout * 1000000) { |
737 | printf("max_completion_time: %llu timeout: %u\n", | 737 | printf("max_completion_time: %llu timeout: %u\n", |
738 | max_completion_time, timeout); | 738 | max_completion_time, timeout); |
739 | printf("Timout must be at lest %llu\n", | 739 | printf("Timeout must be at least %llu\n", |
740 | max_completion_time / 1000000 + 1); | 740 | max_completion_time / 1000000 + 1); |
741 | } | 741 | } |
742 | } | 742 | } |