diff options
author | Danijel Tasov <data@consol.de> | 2023-09-25 07:49:11 (GMT) |
---|---|---|
committer | Danijel Tasov <m@rbfh.de> | 2023-09-25 16:29:27 (GMT) |
commit | 111e25efcd36b00493f07760ae825b285cdb7037 (patch) | |
tree | 62291a9cf330b03dd4c466495dd1a21911d5de20 | |
parent | 3f0cc2533c21e0ce4c1975eac6146d758275a564 (diff) | |
download | monitoring-plugins-111e25efcd36b00493f07760ae825b285cdb7037.tar.gz |
Fix speling
Signed-off-by: Danijel Tasov <m@rbfh.de>
-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 | } |