From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HuQU0-0001oe-77 for qemu-devel@nongnu.org; Sat, 02 Jun 2007 06:05:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HuQTz-0001mQ-3U for qemu-devel@nongnu.org; Sat, 02 Jun 2007 06:05:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HuQTy-0001m8-WB for qemu-devel@nongnu.org; Sat, 02 Jun 2007 06:05:15 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HuQTy-0002Em-Jh for qemu-devel@nongnu.org; Sat, 02 Jun 2007 06:05:14 -0400 Received: from localhost ([127.0.0.1]) by localhost.localdomain with esmtp (Exim 4.63) (envelope-from ) id 1HuQTw-0001MX-61 for qemu-devel@nongnu.org; Sat, 02 Jun 2007 12:05:12 +0200 Message-ID: <466140D8.3070107@weilnetz.de> Date: Sat, 02 Jun 2007 12:05:12 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] spellcheck the documentation References: <20070520062933.6eca471f@chirp> In-Reply-To: <20070520062933.6eca471f@chirp> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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 Was Mark's patch lost? It should be added to CVS... Stefan Mark Glines schrieb: > Hi, > > This patch fixes some spelling errors. I tried to focus on actual > errors (like thoses -> those, priviledge -> privilege), leaving things > like differences in UK/US spellings (like symbolised/symbolized) > alone. Hope it's helpful. > > Mark