summaryrefslogtreecommitdiff
path: root/threadproc/unix/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'threadproc/unix/thread.c')
-rw-r--r--threadproc/unix/thread.c2
1 files changed, 1 insertions, 1 deletions
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) {