aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/message.cc
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2011-01-12 17:04:10 -0800
committerGravatar Carl Worth <cworth@cworth.org>2011-01-15 15:37:43 -0800
commit36161181df961bb09da8090c13c234145270e5bf (patch)
treeaf433ac05e14721c414473a51daf07d58d843938 /lib/message.cc
parent3c7a52890c2b3aacd94ef29d9c7eadc4cd1c33a7 (diff)
Correct some minor typos in a comment
Nothing too important here. Just some misspellings I noticed while reading nearby code.
Diffstat (limited to 'lib/message.cc')
-rw-r--r--lib/message.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/message.cc b/lib/message.cc
index adcd07d6..ad220897 100644
--- a/lib/message.cc
+++ b/lib/message.cc
@@ -132,8 +132,8 @@ _notmuch_message_create_for_document (const void *talloc_owner,
*
* Here, 'talloc owner' is an optional talloc context to which the new
* message will belong. This allows for the caller to not bother
- * calling notmuch_message_destroy on the message, and no that all
- * memory will be reclaimed with 'talloc_owner' is free. The caller
+ * calling notmuch_message_destroy on the message, and know that all
+ * memory will be reclaimed when 'talloc_owner' is freed. The caller
* still can call notmuch_message_destroy when finished with the
* message if desired.
*