summaryrefslogtreecommitdiff
path: root/threadproc
diff options
context:
space:
mode:
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2013-10-03 11:48:51 +0000
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2013-10-03 11:48:51 +0000
commitfafbddc1baeb5e60cfe59861ac204fc8ed06477d (patch)
treeead6585e1cd652f0137a21e524730aae85bd9cf1 /threadproc
parent11a09ea62ee19d2ef75cb4f9db1e89b5e8442baf (diff)
downloadlibapr-fafbddc1baeb5e60cfe59861ac204fc8ed06477d.tar.gz
definAtely
Backport of r1213382 from trunk. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1528818 13f79535-47bb-0310-9956-ffa450edef68
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)
{