aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2016-01-15 00:23:10 -0500
committerDavid Bremner <david@tethera.net>2016-01-16 08:17:15 -0400
commit07b6220a5595bf4556e636709220121d6405e9e9 (patch)
treedb00debd9795526c00494ad0621998edc30893c2 /lib
parente038b95ffe18b13fb47f4982ddc969669172cb32 (diff)
clean up stray apostrophe in comment
This is a nit-picky orthographical fix for an nit-picky ontological comment.
Diffstat (limited to 'lib')
-rw-r--r--lib/message.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/message.cc b/lib/message.cc
index d4eb209b..8d72ea22 100644
--- a/lib/message.cc
+++ b/lib/message.cc
@@ -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. */