Apply another spelling fix

This commit is contained in:
Holger Weiss 2017-01-10 21:34:58 +01:00
parent 10fa79a97a
commit 89d00d1c00

View file

@ -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);
}
}