From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpjbg-0002An-IT for qemu-devel@nongnu.org; Thu, 29 Sep 2016 18:15:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpjbe-0001Yg-LO for qemu-devel@nongnu.org; Thu, 29 Sep 2016 18:15:07 -0400 Received: from mail-vk0-x232.google.com ([2607:f8b0:400c:c05::232]:34254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpjbe-0001YD-9x for qemu-devel@nongnu.org; Thu, 29 Sep 2016 18:15:06 -0400 Received: by mail-vk0-x232.google.com with SMTP id v205so88159431vke.1 for ; Thu, 29 Sep 2016 15:15:06 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20160929204647.23526-1-j.neuschaefer@gmx.net> References: <20160929204647.23526-1-j.neuschaefer@gmx.net> From: Peter Maydell Date: Thu, 29 Sep 2016 15:14:45 -0700 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] CODING_STYLE: Fix a typo ("Many a flamewar") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Jonathan_Neusch=C3=A4fer?= Cc: QEMU Developers , QEMU Trivial On 29 September 2016 at 13:46, Jonathan Neusch=C3=A4fer wrote: > Signed-off-by: Jonathan Neusch=C3=A4fer > --- > CODING_STYLE | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/CODING_STYLE b/CODING_STYLE > index e7fde15..a03a994 100644 > --- a/CODING_STYLE > +++ b/CODING_STYLE > @@ -9,7 +9,7 @@ patches before submitting. > Of course, the most important aspect in any coding style is whitespace. > Crusty old coders who have trouble spotting the glasses on their noses > can tell the difference between a tab and eight spaces from a distance > -of approximately fifteen parsecs. Many a flamewar have been fought and > +of approximately fifteen parsecs. Many flamewars have been fought and > lost on this issue. Should be "Many a flamewar has been fought and lost". (This is slightly poetic phrasing but it has a nice ring to it; the complement does have to be singular, not plural, though.) thanks -- PMM