From 04fea04089e81e9e6553c784b4eaa5541d3ae36e Mon Sep 17 00:00:00 2001 From: jwoolley Date: Thu, 26 May 2005 22:50:49 +0000 Subject: fix typo Submitted by: dlr git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@178704 13f79535-47bb-0310-9956-ffa450edef68 --- include/apr_thread_proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/apr_thread_proc.h b/include/apr_thread_proc.h index fa0b97d3a..b48620deb 100644 --- a/include/apr_thread_proc.h +++ b/include/apr_thread_proc.h @@ -314,7 +314,7 @@ APR_DECLARE(apr_status_t) apr_thread_data_get(void **data, const char *key, /** * Return the pool associated with the current thread. * @param data The user data to associate with the thread. - * @param key The key to use for associating the data with the tread + * @param key The key to use for associating the data with the thread * @param cleanup The cleanup routine to use when the thread is destroyed. * @param thread The currently open thread. */ -- cgit v1.2.1