aboutsummaryrefslogtreecommitdiff
path: root/plugins-root
diff options
context:
space:
mode:
authorGravatar Jan Wagner <waja@cyconet.org> 2017-01-10 20:33:16 +0100
committerGravatar Jan Wagner <waja@cyconet.org> 2017-01-10 20:33:16 +0100
commit10fa79a97a5bebe6a69075b266e7388fc2f6f102 (patch)
tree3678efd6c79a33037baa2a133676b141abeeccdb /plugins-root
parent3fc149f4990358a91ca945f8b649a4c511722e73 (diff)
parentdbb92c347e8a19b3fbe33a9160776b7a16ea588b (diff)
downloadmonitoring-plugins-10fa79a97a5bebe6a69075b266e7388fc2f6f102.tar.gz
Merge branch 'spell_fix'
Diffstat (limited to 'plugins-root')
-rw-r--r--plugins-root/check_icmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c
index 9ed12ba1..b722f80a 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("Timout must be at lest %llu\n",
+ printf("Timeout must be at lest %llu\n",
max_completion_time / 1000000 + 1);
}
}