Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 44D49431FBD for ; Sat, 5 Dec 2009 11:32:37 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d8rAphqvL6y1 for ; Sat, 5 Dec 2009 11:32:36 -0800 (PST) Received: from n14.bullet.mail.mud.yahoo.com (n14.bullet.mail.mud.yahoo.com [68.142.206.41]) by olra.theworths.org (Postfix) with SMTP id 53B14431FBC for ; Sat, 5 Dec 2009 11:32:36 -0800 (PST) Received: from [68.142.194.243] by n14.bullet.mail.mud.yahoo.com with NNFMP; 05 Dec 2009 19:32:35 -0000 Received: from [68.142.201.71] by t1.bullet.mud.yahoo.com with NNFMP; 05 Dec 2009 19:32:35 -0000 Received: from [127.0.0.1] by omp423.mail.mud.yahoo.com with NNFMP; 05 Dec 2009 19:32:35 -0000 X-Yahoo-Newman-Id: 176757.81941.bm@omp423.mail.mud.yahoo.com Received: (qmail 41972 invoked from network); 5 Dec 2009 19:32:35 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=XcIBBZhRXk+RZ+uw1w4I3jYB5q4gRdc7w5Y4GNeedy23LZnRIUHlr4QtsEy4RHoyK3ykhwa5T3FdFRP8d3Ok21YthGR0UNWax35Ly6ypLa9X3WJsFM7EFiJuWxa46UxBUxQLoqqH0/png5SaY7dKz82CxFZyBxngdWVBb86G81s= ; Received: from 189.27.99.224.dynamic.adsl.gvt.net.br (fcarrijo@189.27.99.224 with plain) by smtp148.mail.mud.yahoo.com with SMTP; 05 Dec 2009 11:32:34 -0800 PST X-Yahoo-SMTP: NgkT36eswBAymTD26_IxCjMQ0A5a X-YMail-OSG: FnrJa5gVM1mRYgnkCDOrzr_DM6nrbaFPm515cITKzezjqrRZFTm6cAjP6v6aQNCI3T8Gs0pVX4NmZVSYpUQxf8w3yWlRT6TTyWB23l2u6pCyYUvtsaOYY408r2crF3I2b5necRhP07rI4Z865lgvsCCB9cCnp1.QQ4m6p2jPTtPwXK1JPZuehP6szgM0pHCeJSF6yYgRtuHhKqrhh3xxJaoTVCHUoseScYGKLLlEZd5kUDm0sFKI1ZkSQ0oacpBCLgsdM.4YL0E- X-Yahoo-Newman-Property: ymail-3 From: Fernando Carrijo To: notmuch@notmuchmail.org Content-Type: text/plain Date: Sat, 05 Dec 2009 17:32:34 -0200 Message-Id: <1260041554.9636.3.camel@pc-fernando> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit Subject: [notmuch] [PATCH] Fix a few documentation typos in notmuch.h X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Dec 2009 19:32:37 -0000 Fix a few documentation typos in notmuch.h Signed-off-by: Fernando Carrijo --- lib/notmuch.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/notmuch.h b/lib/notmuch.h index 32ab199..873ec09 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -410,7 +410,7 @@ notmuch_query_search_messages (notmuch_query_t *query); * * This will in turn destroy any notmuch_threads_t and * notmuch_messages_t objects generated by this query, (and in - * turn any notmuch_thrad_t and notmuch_message_t objects generated + * turn any notmuch_thread_t and notmuch_message_t objects generated * from those results, etc.), if such objects haven't already been * destroyed. */ @@ -544,7 +544,7 @@ notmuch_thread_get_subject (notmuch_thread_t *thread); time_t notmuch_thread_get_oldest_date (notmuch_thread_t *thread); -/* Get the date of the oldest message in 'thread' as a time_t value. +/* Get the date of the newest message in 'thread' as a time_t value. */ time_t notmuch_thread_get_newest_date (notmuch_thread_t *thread); @@ -871,7 +871,7 @@ notmuch_message_freeze (notmuch_message_t *message); * NOTMUCH_STATUS_SUCCESS: Message successfully thawed, (or at least * its frozen count has successfully been reduced by 1). * - * NOTMUCH_STATUS_UNBALANCE_FREEZE_THAW: An attempt was made to thaw + * NOTMUCH_STATUS_UNBALANCED_FREEZE_THAW: An attempt was made to thaw * an unfrozen message. That is, there have been an unbalanced * number of calls to notmuch_message_freeze and * notmuch_message_thaw. -- 1.5.6.3