dougm 01/02/08 09:06:19
Modified: include apr_portable.h
threadproc/beos thread.c
threadproc/unix thread.c
threadproc/win32 thread.c
time/unix time.c
time/win32 time.c
Log:
s/pupt/put/g typo
Revision Changes Path
1.45 +4 -4 apr/include/apr_portable.h
Index: apr_portable.h
===================================================================
RCS file: /home/cvs/apr/include/apr_portable.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- apr_portable.h 2001/02/08 07:44:46 1.44
+++ apr_portable.h 2001/02/08 17:03:04 1.45
@@ -351,9 +351,9 @@
* @param aprtime the APR time format
* @param ostime the time to convert
* @param cont the pool to use if necessary
- * @deffunc apr_status_t apr_os_exp_time_pupt(apr_exploded_time_t *aprtime,
apr_os_exp_time_t **ostime, apr_pool_t *cont)
+ * @deffunc apr_status_t apr_os_exp_time_put(apr_exploded_time_t *aprtime,
apr_os_exp_time_t **ostime, apr_pool_t *cont)
*/
-APR_DECLARE(apr_status_t) apr_os_exp_time_pupt(apr_exploded_time_t *aprtime,
+APR_DECLARE(apr_status_t) apr_os_exp_time_put(apr_exploded_time_t *aprtime,
apr_os_exp_time_t **ostime,
apr_pool_t *cont);
@@ -364,9 +364,9 @@
* @param thd The apr thread we are converting to.
* @param thethd The os specific thread to convert
* @param cont The pool to use if it is needed.
- * @deffunc apr_status_t apr_os_thread_pupt(apr_thread_t **thd,
apr_os_thread_t *thethd,
+ * @deffunc apr_status_t apr_os_thread_put(apr_thread_t **thd,
apr_os_thread_t *thethd,
*/
-APR_DECLARE(apr_status_t) apr_os_thread_pupt(apr_thread_t **thd,
+APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd,
apr_os_thread_t *thethd,
apr_pool_t *cont);
1.18 +1 -1 apr/threadproc/beos/thread.c
Index: thread.c
===================================================================
RCS file: /home/cvs/apr/threadproc/beos/thread.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- thread.c 2001/02/08 07:45:13 1.17
+++ thread.c 2001/02/08 17:04:00 1.18
@@ -167,7 +167,7 @@
return APR_SUCCESS;
}
-apr_status_t apr_os_thread_pupt(apr_thread_t **thd, apr_os_thread_t *thethd,
+apr_status_t apr_os_thread_put(apr_thread_t **thd, apr_os_thread_t *thethd,
apr_pool_t *cont)
{
if (cont == NULL) {
1.34 +1 -1 apr/threadproc/unix/thread.c
Index: thread.c
===================================================================
RCS file: /home/cvs/apr/threadproc/unix/thread.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- thread.c 2001/02/08 07:45:17 1.33
+++ thread.c 2001/02/08 17:05:03 1.34
@@ -217,7 +217,7 @@
return APR_SUCCESS;
}
-apr_status_t apr_os_thread_pupt(apr_thread_t **thd, apr_os_thread_t *thethd,
+apr_status_t apr_os_thread_put(apr_thread_t **thd, apr_os_thread_t *thethd,
apr_pool_t *cont)
{
if (cont == NULL) {
1.29 +1 -1 apr/threadproc/win32/thread.c
Index: thread.c
===================================================================
RCS file: /home/cvs/apr/threadproc/win32/thread.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- thread.c 2001/02/08 07:45:20 1.28
+++ thread.c 2001/02/08 17:05:44 1.29
@@ -187,7 +187,7 @@
return APR_SUCCESS;
}
-APR_DECLARE(apr_status_t) apr_os_thread_pupt(apr_thread_t **thd,
+APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd,
apr_os_thread_t *thethd,
apr_pool_t *cont)
{
1.35 +1 -1 apr/time/unix/time.c
Index: time.c
===================================================================
RCS file: /home/cvs/apr/time/unix/time.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- time.c 2001/02/08 07:45:22 1.34
+++ time.c 2001/02/08 17:05:59 1.35
@@ -240,7 +240,7 @@
return APR_SUCCESS;
}
-apr_status_t apr_os_exp_time_pupt(apr_exploded_time_t *aprtime,
+apr_status_t apr_os_exp_time_put(apr_exploded_time_t *aprtime,
apr_os_exp_time_t **ostime, apr_pool_t
*cont)
{
aprtime->tm_sec = (*ostime)->tm_sec;
1.19 +1 -1 apr/time/win32/time.c
Index: time.c
===================================================================
RCS file: /home/cvs/apr/time/win32/time.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- time.c 2001/02/08 07:45:23 1.18
+++ time.c 2001/02/08 17:06:11 1.19
@@ -243,7 +243,7 @@
return APR_SUCCESS;
}
-APR_DECLARE(apr_status_t) apr_os_exp_time_pupt(apr_exploded_time_t *aprtime,
+APR_DECLARE(apr_status_t) apr_os_exp_time_put(apr_exploded_time_t *aprtime,
apr_os_exp_time_t **ostime,
apr_pool_t *cont)
{