From 85118854628070a11be3bcb6ed25510442fdf0b6 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sat, 16 Jan 2016 00:23:10 +1900 Subject: [PATCH] [PATCH] clean up stray apostrophe in comment --- fd/61bdae609ad6fbe4a8fec73910a6d795aacd97 | 67 +++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 fd/61bdae609ad6fbe4a8fec73910a6d795aacd97 diff --git a/fd/61bdae609ad6fbe4a8fec73910a6d795aacd97 b/fd/61bdae609ad6fbe4a8fec73910a6d795aacd97 new file mode 100644 index 000000000..d03724110 --- /dev/null +++ b/fd/61bdae609ad6fbe4a8fec73910a6d795aacd97 @@ -0,0 +1,67 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id B071F6DE1607 + for ; Thu, 14 Jan 2016 21:23:15 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.059 +X-Spam-Level: +X-Spam-Status: No, score=-0.059 tagged_above=-999 required=5 + tests=[AWL=-0.059] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id UHTw-tp1XrZ5 for ; + Thu, 14 Jan 2016 21:23:13 -0800 (PST) +Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108]) + by arlo.cworth.org (Postfix) with ESMTP id 44C466DE00DD + for ; Thu, 14 Jan 2016 21:23:13 -0800 (PST) +Received: from fifthhorseman.net (ool-6c3a0662.static.optonline.net + [108.58.6.98]) + by che.mayfirst.org (Postfix) with ESMTPSA id 58E30F984 + for ; Fri, 15 Jan 2016 00:23:12 -0500 (EST) +Received: by fifthhorseman.net (Postfix, from userid 1000) + id 4B9601FF92; Thu, 14 Jan 2016 21:23:10 -0800 (PST) +From: Daniel Kahn Gillmor +To: Notmuch Mail +Subject: [PATCH] clean up stray apostrophe in comment +Date: Fri, 15 Jan 2016 00:23:10 -0500 +Message-Id: <1452835390-21580-1-git-send-email-dkg@fifthhorseman.net> +X-Mailer: git-send-email 2.6.4 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 15 Jan 2016 05:23:15 -0000 + +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 + -- 2.26.2