diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2011-12-12 19:23:12 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2011-12-12 19:23:12 +0000 |
commit | a498f28ddbf1e0ecb81f16e6f8bae005551c35fb (patch) | |
tree | 22c06ba40fd58e2925c5d68008e8d64b63f4056d /threadproc/win32/signals.c | |
parent | 780a81c3c24d81c01b0713f7f23e06dba2e7ed7b (diff) | |
download | libapr-a498f28ddbf1e0ecb81f16e6f8bae005551c35fb.tar.gz |
definAtely
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1213382 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/win32/signals.c')
-rw-r--r-- | threadproc/win32/signals.c | 2 |
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) { |