summaryrefslogtreecommitdiff
path: root/threadproc/beos/thread.c
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/beos/thread.c
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/beos/thread.c')
-rw-r--r--threadproc/beos/thread.c2
1 files changed, 1 insertions, 1 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) {