summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2005-05-26 22:50:49 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2005-05-26 22:50:49 +0000
commit04fea04089e81e9e6553c784b4eaa5541d3ae36e (patch)
tree5a3e28937cbc81c91ac0a7e1e9b4e6630e85ef16
parent9c03f3b915c4a96489af8ca5dda6bfd4b41e754f (diff)
downloadlibapr-04fea04089e81e9e6553c784b4eaa5541d3ae36e.tar.gz
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
-rw-r--r--include/apr_thread_proc.h2
1 files changed, 1 insertions, 1 deletions
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.
*/