summaryrefslogtreecommitdiff
path: root/threadproc
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-12-12 19:23:12 +0000
committerJeff Trawick <trawick@apache.org>2011-12-12 19:23:12 +0000
commit7b242e99b3e84491accc35fc9083b76641f4ffc7 (patch)
tree22c06ba40fd58e2925c5d68008e8d64b63f4056d /threadproc
parenteb326629bd7c2b05e48a2f7768422180658722b4 (diff)
downloadapr-7b242e99b3e84491accc35fc9083b76641f4ffc7.tar.gz
definAtely
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1213382 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)
{