summaryrefslogtreecommitdiff
path: root/include/apr_thread_proc.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-02-04 20:10:34 +0000
committerJeff Trawick <trawick@apache.org>2003-02-04 20:10:34 +0000
commite6bb742b8de20cdac24318105140db56cf48087f (patch)
treef97b7979a66fa2bb299257fdc292fb57d2a10aad /include/apr_thread_proc.h
parent9bc6264be92b2707f72634fc0c14f0ea2dba4bb8 (diff)
downloadapr-e6bb742b8de20cdac24318105140db56cf48087f.tar.gz
fix a typo in a comment
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64327 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_thread_proc.h')
-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 2681f195d..f64d13435 100644
--- a/include/apr_thread_proc.h
+++ b/include/apr_thread_proc.h
@@ -462,7 +462,7 @@ APR_DECLARE(apr_status_t) apr_procattr_cmdtype_set(apr_procattr_t *attr,
apr_cmdtype_e cmd);
/**
- * Determine if the chlid should start in detached state.
+ * Determine if the child should start in detached state.
* @param attr The procattr we care about.
* @param detach Should the child start in detached state? Default is no.
*/