Mailing List Archive

cvs commit: apache-2.0/src/lib/apr/include apr_thread_proc.h
trawick 00/09/28 07:59:34

Modified: src/lib/apr/include apr_thread_proc.h
Log:
Fix a few misspellings.

Revision Changes Path
1.44 +3 -3 apache-2.0/src/lib/apr/include/apr_thread_proc.h

Index: apr_thread_proc.h
===================================================================
RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_thread_proc.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- apr_thread_proc.h 2000/08/06 06:07:09 1.43
+++ apr_thread_proc.h 2000/09/28 14:59:33 1.44
@@ -276,7 +276,7 @@
* @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 @@
* @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 @@
* @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,