From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Hp0sJ-0006Ri-Ja for mharc-grub-devel@gnu.org; Fri, 18 May 2007 07:43:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hp0sH-0006RZ-D2 for grub-devel@gnu.org; Fri, 18 May 2007 07:43:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hp0sG-0006RJ-0m for grub-devel@gnu.org; Fri, 18 May 2007 07:43:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hp0sF-0006R9-Lx for grub-devel@gnu.org; Fri, 18 May 2007 07:43:55 -0400 Received: from wolff.to ([66.93.197.194]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Hp0k2-0001iX-5H for grub-devel@gnu.org; Fri, 18 May 2007 07:35:26 -0400 Received: (qmail 5243 invoked by uid 500); 18 May 2007 11:35:01 -0000 Date: Fri, 18 May 2007 06:35:01 -0500 From: Bruno Wolff III To: The development of GRUB 2 Message-ID: <20070518113501.GA3331@wolff.to> References: <87d50z2l8z.fsf@xs4all.nl> <20070518064837.GC1783@aragorn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070518064837.GC1783@aragorn> User-Agent: Mutt/1.4.2.1i X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: Host filesystem access X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2007 11:43:58 -0000 On Fri, May 18, 2007 at 08:48:37 +0200, Robert Millan wrote: > On Thu, May 17, 2007 at 11:28:12PM +0200, Marco Gerards wrote: > > + grub_error (GRUB_ERR_BAD_FS, "not a affs filesystem"); > > + grub_error (GRUB_ERR_BAD_FS, "not a hfsplus filesystem"); > > + grub_error (GRUB_ERR_BAD_FS, "not a sfs filesystem"); > > I think these should be "an" (but not sure about all them, any native English > speaker around?). If the file system types are read as acronyms then they will start with a vowel sound and it sounds more natural to use 'an'. I am not sure what the offical grammer rule is though.