summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2005-05-26 22:51:09 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2005-05-26 22:51:09 +0000
commit476bcda174dd7f7cb3b85109633197b1aea7ea79 (patch)
tree92238b09a9bd25997ab8d890cf6518043d63d4d9
parent4ab8848e0ae5faa2bd67c1e531fe09e36597483d (diff)
downloadlibapr-476bcda174dd7f7cb3b85109633197b1aea7ea79.tar.gz
fix typo
Submitted by: dlr git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@178706 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 3b05a45c5..c5efe7026 100644
--- a/include/apr_thread_proc.h
+++ b/include/apr_thread_proc.h
@@ -300,7 +300,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.
*/