[PATCH] clean up stray apostrophe in comment

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Jan 14 21:23:10 PST 2016


This is a nit-picky orthographical fix for an nit-picky ontological
comment.
---
 lib/message.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/message.cc b/lib/message.cc
index 26b5e76..6894190 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. */
-- 
2.6.4



More information about the notmuch mailing list