]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message.cc
clean up stray apostrophe in comment
[notmuch] / lib / message.cc
index 26b5e76e9636b67e43ca5c42c08210f73c70f0c2..8d72ea22207b56b00cb600dfb3b68258374ba076 100644 (file)
@@ -728,7 +728,7 @@ _notmuch_message_add_filename (notmuch_message_t *message,
  * Note: This function does not remove a document from the database,
  * even if the specified filename is the only filename for this
  * message. For that functionality, see
- * _notmuch_database_remove_message. */
+ * notmuch_database_remove_message. */
 notmuch_status_t
 _notmuch_message_remove_filename (notmuch_message_t *message,
                                  const char *filename)
@@ -1180,7 +1180,7 @@ _notmuch_message_remove_term (notmuch_message_t *message,
        message->doc.remove_term (term);
        message->modified = TRUE;
     } catch (const Xapian::InvalidArgumentError) {
-       /* We'll let the philosopher's try to wrestle with the
+       /* We'll let the philosophers try to wrestle with the
         * question of whether failing to remove that which was not
         * there in the first place is failure. For us, we'll silently
         * consider it all good. */