summaryrefslogtreecommitdiff
path: root/threadproc
diff options
context:
space:
mode:
Diffstat (limited to 'threadproc')
-rw-r--r--threadproc/win32/signals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/win32/signals.c b/threadproc/win32/signals.c
index f19fb0324..48676d856 100644
--- a/threadproc/win32/signals.c
+++ b/threadproc/win32/signals.c
@@ -31,7 +31,7 @@
/* Windows only really support killing process, but that will do for now.
*
* ### Actually, closing the input handle to the proc should also do fine
- * for most console apps. This definately needs improvement...
+ * for most console apps. This definitely needs improvement...
*/
APR_DECLARE(apr_status_t) apr_proc_kill(apr_proc_t *proc, int signal)
{