From 03d12b6a9de0db85d156bc645b3a3638d70e8d17 Mon Sep 17 00:00:00 2001 From: dougm Date: Thu, 8 Feb 2001 17:06:11 +0000 Subject: s/pupt/put/g typo git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61195 13f79535-47bb-0310-9956-ffa450edef68 --- threadproc/beos/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'threadproc/beos/thread.c') 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) { -- cgit v1.2.1