unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] Fix a few documentation typos in notmuch.h
@ 2009-12-05 19:32 Fernando Carrijo
  2010-03-09 18:33 ` Carl Worth
  0 siblings, 1 reply; 3+ messages in thread
From: Fernando Carrijo @ 2009-12-05 19:32 UTC (permalink / raw)
  To: notmuch

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix a few documentation typos in notmuch.h
  2009-12-05 19:32 [PATCH] Fix a few documentation typos in notmuch.h Fernando Carrijo
@ 2010-03-09 18:33 ` Carl Worth
  2010-03-09 20:33   ` Fernando Carrijo
  0 siblings, 1 reply; 3+ messages in thread
From: Carl Worth @ 2010-03-09 18:33 UTC (permalink / raw)
  To: Fernando Carrijo, notmuch

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

On Sat, 05 Dec 2009 17:32:34 -0200, Fernando Carrijo <fcarrijo@yahoo.com.br> wrote:
> Fix a few documentation typos in notmuch.h

Thanks, Fernando!

It's quite embarrassing that such a simple change could sit in my patch
queue for so long. But at least notmuch never forgot about it for me...

-Carl (hoping to be better in the future)

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix a few documentation typos in notmuch.h
  2010-03-09 18:33 ` Carl Worth
@ 2010-03-09 20:33   ` Fernando Carrijo
  0 siblings, 0 replies; 3+ messages in thread
From: Fernando Carrijo @ 2010-03-09 20:33 UTC (permalink / raw)
  To: Carl Worth, notmuch

Carl Worth <cworth@cworth.org> wrote:
> On Sat, 05 Dec 2009 17:32:34 -0200, Fernando Carrijo <fcarrijo@yahoo.com.br> wrote:
> > Fix a few documentation typos in notmuch.h
> 
> Thanks, Fernando!
> 
> It's quite embarrassing that such a simple change could sit in my patch
> queue for so long. But at least notmuch never forgot about it for me...
> 
> -Carl (hoping to be better in the future)

No worries, Carl.

The good thing of being busy among busy people is that, unless you state
that explicitly, they won't generally notice. :) But seriously, I'm glad
you found some time to process your patch queue, and I certainly wouln't
feel offended if you had chosen any other patch instead of those trivial
ones of mine.

Did I mention that since then notmuch became my only mail client?  :)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-09 20:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-05 19:32 [PATCH] Fix a few documentation typos in notmuch.h Fernando Carrijo
2010-03-09 18:33 ` Carl Worth
2010-03-09 20:33   ` Fernando Carrijo

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).