summaryrefslogtreecommitdiff
path: root/threadproc
diff options
context:
space:
mode:
authordougm <dougm@13f79535-47bb-0310-9956-ffa450edef68>2001-02-08 17:06:11 +0000
committerdougm <dougm@13f79535-47bb-0310-9956-ffa450edef68>2001-02-08 17:06:11 +0000
commit03d12b6a9de0db85d156bc645b3a3638d70e8d17 (patch)
tree8d40b1d27bb579cceb4bdf9d7be4464e574e38c8 /threadproc
parentaba88e6ebce8d24a8ca387c28aabc9f17559a56c (diff)
downloadlibapr-03d12b6a9de0db85d156bc645b3a3638d70e8d17.tar.gz
s/pupt/put/g typo
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61195 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc')
-rw-r--r--threadproc/beos/thread.c2
-rw-r--r--threadproc/unix/thread.c2
-rw-r--r--threadproc/win32/thread.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/threadproc/beos/thread.c b/threadproc/beos/thread.c
index 58880ac81..779ec2b44 100644
--- a/threadproc/beos/thread.c
+++ b/threadproc/beos/thread.c
@@ -167,7 +167,7 @@ apr_status_t apr_os_thread_get(apr_os_thread_t **thethd, apr_thread_t *thd)
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) {
diff --git a/threadproc/unix/thread.c b/threadproc/unix/thread.c
index 457bccdad..d69df3b5a 100644
--- a/threadproc/unix/thread.c
+++ b/threadproc/unix/thread.c
@@ -217,7 +217,7 @@ apr_status_t apr_os_thread_get(apr_os_thread_t **thethd, apr_thread_t *thd)
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) {
diff --git a/threadproc/win32/thread.c b/threadproc/win32/thread.c
index b243d8359..98a63d30b 100644
--- a/threadproc/win32/thread.c
+++ b/threadproc/win32/thread.c
@@ -187,7 +187,7 @@ APR_DECLARE(apr_status_t) apr_os_thread_get(apr_os_thread_t **thethd,
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)
{