From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I5oMz-0000Az-JO for qemu-devel@nongnu.org; Tue, 03 Jul 2007 15:49:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I5oMx-0000An-5S for qemu-devel@nongnu.org; Tue, 03 Jul 2007 15:49:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5oMx-0000Ak-08 for qemu-devel@nongnu.org; Tue, 03 Jul 2007 15:49:03 -0400 Received: from rwcrmhc15.comcast.net ([216.148.227.155]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I5oMw-0008VB-Kf for qemu-devel@nongnu.org; Tue, 03 Jul 2007 15:49:02 -0400 From: Jason Gress Subject: Re: [Qemu-devel] [PATCH] Fix two typos Date: Tue, 3 Jul 2007 14:48:53 -0500 References: <20070622222521.GA15407@farad.aurel32.net> <468175D4.9000908@mail.berlios.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707031448.53676.jasong@ccgr.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tuesday 03 July 2007 02:28:54 pm Chris Wilson wrote: > Hi Stefan, > > On Tue, 26 Jun 2007, Stefan Weil wrote: > > The appended patch fixes recieve -> receive, seperat -> separat and > > teh -> the. Maybe this makes addition to CVS HEAD easier... > > Shouldn't that be "separate" not "separat"? (assuming this is an English > language typo). > Not if you want to cover 'separation' and similar things. > > Bernhard Fischer schrieb: > >> A few others, fwiw: > >> s/recieve/receive/g > >> s/seperat/separat/g > > Cheers, Chris. Jason