aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch.h
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-02-05 17:31:40 -0800
committerGravatar Carl Worth <cworth@cworth.org>2010-02-05 17:31:40 -0800
commit7a9bacac6786729d7f28495b0ef30f9b6ded7696 (patch)
treebc9712862452e0770fd3c04cb352c4dc528d55db /lib/notmuch.h
parent069cb5a73ac2487930baa75a9cd2850968361a16 (diff)
notmuch.h: Fix a couple of typos in the documentation.
Obviously, the spell-checker isn't able to catch every mistake I make.
Diffstat (limited to 'lib/notmuch.h')
-rw-r--r--lib/notmuch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h
index 15c9db40..d3e50a79 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -864,7 +864,7 @@ notmuch_message_remove_all_tags (notmuch_message_t *message);
* notmuch_message_remove_all_tags), will not be committed to the
* database until the message is thawed with notmuch_message_thaw.
*
- * Multiple calls to freeze/thaw are valid and these calls with
+ * Multiple calls to freeze/thaw are valid and these calls will
* "stack". That is there must be as many calls to thaw as to freeze
* before a message is actually thawed.
*
@@ -882,7 +882,7 @@ notmuch_message_remove_all_tags (notmuch_message_t *message);
* notmuch_message_thaw (message);
*
* With freeze/thaw used like this, the message in the database is
- * guaranteed to have either the full set of original tag value, or
+ * guaranteed to have either the full set of original tag values, or
* the full set of new tag values, but nothing in between.
*
* Imagine the example above without freeze/thaw and the operation