summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*/