summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2000-09-28 14:59:33 +0000
committerJeff Trawick <trawick@apache.org>2000-09-28 14:59:33 +0000
commitd1eb6b05a7e77ef43a27803314cd15ed95a72637 (patch)
tree0c8d7027593f73c6a6f9a3f6868d655f79b618f0 /include
parent95cf6dc68f22593188a3d04e8d106c74ef16cfa1 (diff)
downloadapr-d1eb6b05a7e77ef43a27803314cd15ed95a72637.tar.gz
Fix a few misspellings.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60539 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr_thread_proc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/apr_thread_proc.h b/include/apr_thread_proc.h
index 57f847c8e..c35055078 100644
--- a/include/apr_thread_proc.h
+++ b/include/apr_thread_proc.h
@@ -276,7 +276,7 @@ apr_status_t apr_setprocattr_io(apr_procattr_t *attr, apr_int32_t in,
* @param parent_in apr_file_t value to use as parent_in. Must be a valid file.
* @tip This is NOT a required initializer function. This is
* useful if you have already opened a pipe (or multiple files)
- * that you wish to use, perhaps persistently across mutiple
+ * that you wish to use, perhaps persistently across multiple
* process invocations - such as a log file. You can save some
* extra function calls by not creating your own pipe since this
* creates one in the process space for you.
@@ -291,7 +291,7 @@ apr_status_t apr_setprocattr_childin(struct apr_procattr_t *attr, apr_file_t *ch
* @param parent_out apr_file_t value to use as parent_out. Must be a valid file.
* @tip This is NOT a required initializer function. This is
* useful if you have already opened a pipe (or multiple files)
- * that you wish to use, perhaps persistently across mutiple
+ * that you wish to use, perhaps persistently across multiple
* process invocations - such as a log file.
*/
apr_status_t apr_setprocattr_childout(struct apr_procattr_t *attr,
@@ -305,7 +305,7 @@ apr_status_t apr_setprocattr_childout(struct apr_procattr_t *attr,
* @param parent_err apr_file_t value to use as parent_err. Must be a valid file.
* @tip This is NOT a required initializer function. This is
* useful if you have already opened a pipe (or multiple files)
- * that you wish to use, perhaps persistently across mutiple
+ * that you wish to use, perhaps persistently across multiple
* process invocations - such as a log file.
*/
apr_status_t apr_setprocattr_childerr(struct apr_procattr_t *attr,