diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2013-10-21 11:48:25 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2013-10-21 11:48:25 +0000 |
commit | f9c745dc2e2192a5c7b1fbdf2dcf6a03ac137f6e (patch) | |
tree | 9c65adedfcaa8874dfeab72c252280a8aa4bfb03 /threadproc | |
parent | e4405a4280f44f57f35cb21e5b953f68c32682ed (diff) | |
download | libapr-f9c745dc2e2192a5c7b1fbdf2dcf6a03ac137f6e.tar.gz |
merge r1384764 from trunk:
spelling fix
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1534104 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc')
-rw-r--r-- | threadproc/win32/proc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/threadproc/win32/proc.c b/threadproc/win32/proc.c index 6408e7789..f9893f679 100644 --- a/threadproc/win32/proc.c +++ b/threadproc/win32/proc.c @@ -465,8 +465,8 @@ APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *new, new->err = attr->parent_err; if (attr->detached) { - /* If we are creating ourselves detached, Then we should hide the - * window we are starting in. And we had better redfine our + /* If we are creating ourselves detached, then we should hide the + * window we are starting in. And we had better redefine our * handles for STDIN, STDOUT, and STDERR. Do not set the * detached attribute for Win9x. We have found that Win9x does * not manage the stdio handles properly when running old 16 |