unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Fernando Carrijo <fcarrijo@yahoo.com.br>
To: notmuch@notmuchmail.org
Subject: [PATCH] Fix a few documentation typos in notmuch.h
Date: Sat, 05 Dec 2009 17:32:34 -0200	[thread overview]
Message-ID: <1260041554.9636.3.camel@pc-fernando> (raw)

Fix a few documentation typos in notmuch.h


Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
---
 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

             reply	other threads:[~2009-12-05 19:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-05 19:32 Fernando Carrijo [this message]
2010-03-09 18:33 ` [PATCH] Fix a few documentation typos in notmuch.h Carl Worth
2010-03-09 20:33   ` Fernando Carrijo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1260041554.9636.3.camel@pc-fernando \
    --to=fcarrijo@yahoo.com.br \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).