* apr/include/apr_thread_proc.h
  (apr_thread_data_set): Corrected spelling of the word "thread".


--- apr_thread_proc.h   (revision 160101)
+++ apr_thread_proc.h   (working copy)
@@ -315,7 +315,7 @@
 /**
  * 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.
  */


Reply via email to