X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fmessage.cc;h=8d72ea22207b56b00cb600dfb3b68258374ba076;hp=26b5e76e9636b67e43ca5c42c08210f73c70f0c2;hb=07b6220a5595bf4556e636709220121d6405e9e9;hpb=7f57b747b95eece465d10fd0acba20cc3dd868f1 diff --git a/lib/message.cc b/lib/message.cc index 26b5e76e..8d72ea22 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -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. */