summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2005-05-26 22:50:28 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2005-05-26 22:50:28 +0000
commitf8a80628d89d05e5013cccc349bdf882655ba4c4 (patch)
tree3c7a1db08c80b86e43e26c3fdb78f7d21be4d09e
parentb9f11dc885814c5047f0256201374a40863ee642 (diff)
downloadlibapr-f8a80628d89d05e5013cccc349bdf882655ba4c4.tar.gz
fix typo
Submitted by: dlr git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@178703 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 e317083fc..edfcad10c 100644
--- a/include/apr_thread_proc.h
+++ b/include/apr_thread_proc.h
@@ -315,7 +315,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.
*/