From dev-return-14257-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu May 26 22:42:25 2005 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 64611 invoked from network); 26 May 2005 22:42:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 May 2005 22:42:25 -0000 Received: (qmail 92925 invoked by uid 500); 26 May 2005 22:42:24 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 92637 invoked by uid 500); 26 May 2005 22:42:23 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Delivered-To: moderator for dev@apr.apache.org Received: (qmail 37972 invoked by uid 99); 26 May 2005 21:24:13 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Subject: [PATCH] apr_thread_data_set doxygen tweak From: Daniel Rall To: dev@apr.apache.org Content-Type: text/plain Organization: Apache Software Foundation Date: Thu, 26 May 2005 14:23:01 -0700 Message-Id: <1117142581.8601.11.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.1.5 (2.1.5-1) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N * 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. */