summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclar <clar@13f79535-47bb-0310-9956-ffa450edef68>2004-06-14 19:36:58 +0000
committerclar <clar@13f79535-47bb-0310-9956-ffa450edef68>2004-06-14 19:36:58 +0000
commitf533d6648b4902e891d32fa56c628c6f4656559d (patch)
tree39c01b57f53927e17e7de8c434a0e2f0cf039da6
parent05acf12dd656b52210e73ab8de726a4d851443b3 (diff)
downloadlibapr-f533d6648b4902e891d32fa56c628c6f4656559d.tar.gz
Fixed typo in API description
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65197 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_thread_proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_thread_proc.h b/include/apr_thread_proc.h
index fd3ba8b5a..558cf5001 100644
--- a/include/apr_thread_proc.h
+++ b/include/apr_thread_proc.h
@@ -518,7 +518,7 @@ APR_DECLARE(apr_status_t) apr_procattr_error_check_set(apr_procattr_t *attr,
* Determine if the child should start in its own address space or using the
* current one from its parent
* @param attr The procattr we care about.
- * @param addrspace Should the child start in ouw address space? Default is no.
+ * @param addrspace Should the child start in its own address space? Default is no.
*/
APR_DECLARE(apr_status_t) apr_procattr_addrspace_set(apr_procattr_t *attr,
apr_int32_t addrspace);