summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Ojeda Bar <n.oje.bar@gmail.com>2017-09-25 11:04:00 +0200
committerNicolas Ojeda Bar <n.oje.bar@gmail.com>2017-09-25 13:54:20 +0200
commita220588b04be8d6de13cce74efc5cc3f683ff646 (patch)
tree45930616f7685ab0129638c04e53da87a04c95c6
parente77cee839682f5c79d77be0dfe6fc105066a382e (diff)
downloadocaml-a220588b04be8d6de13cce74efc5cc3f683ff646.tar.gz
Typo
-rw-r--r--ocamltest/run_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamltest/run_win32.c b/ocamltest/run_win32.c
index 4774694a42..33e937f5d5 100644
--- a/ocamltest/run_win32.c
+++ b/ocamltest/run_win32.c
@@ -290,7 +290,7 @@ cleanup:
if (stderr_redirected && !combined) CloseHandle(startup_info.hStdError);
if (wait_again)
{
- /* Wait agian but this time just 1sec to avoid being blocked */
+ /* Wait again but this time just 1sec to avoid being blocked */
WaitForSingleObject(process_info.hProcess, 1000);
}
if (process_created) CloseHandle(process_info.hProcess);