]> git.notmuchmail.org Git - notmuch/commitdiff
Correct some minor typos in a comment
authorCarl Worth <cworth@cworth.org>
Thu, 13 Jan 2011 01:04:10 +0000 (17:04 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 15 Jan 2011 23:37:43 +0000 (15:37 -0800)
Nothing too important here. Just some misspellings I noticed while reading
nearby code.

lib/message.cc

index adcd07d6687e0e49cf716a311dab2f2205bcfc24..ad2208976729d653fc5162ec8b6d0823e6b5e1a5 100644 (file)
@@ -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.
  *