You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jw...@apache.org on 2005/05/27 00:51:09 UTC

svn commit: r178706 - /apr/apr/branches/0.9.x/include/apr_thread_proc.h

Author: jwoolley
Date: Thu May 26 15:51:09 2005
New Revision: 178706

URL: http://svn.apache.org/viewcvs?rev=178706&view=rev
Log:
fix typo

Submitted by: dlr

Modified:
    apr/apr/branches/0.9.x/include/apr_thread_proc.h

Modified: apr/apr/branches/0.9.x/include/apr_thread_proc.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/apr_thread_proc.h?rev=178706&r1=178705&r2=178706&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/include/apr_thread_proc.h (original)
+++ apr/apr/branches/0.9.x/include/apr_thread_proc.h Thu May 26 15:51:09 2005
@@ -300,7 +300,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.
  */