summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2005-05-26 22:50:58 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2005-05-26 22:50:58 +0000
commit9f20639dc2b761200d3cdc52f8eb1649f4877791 (patch)
tree937c949b13da08de3a734c3ad29e7849db49c378 /include
parentc3ca90ae3bbb135b0c6f9a470bfe3746348a911c (diff)
downloadlibapr-9f20639dc2b761200d3cdc52f8eb1649f4877791.tar.gz
fix typo
Submitted by: dlr git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.0.x@178705 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-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 db591699f..536517711 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.
*/