From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ramk3-0000xb-UN for qemu-devel@nongnu.org; Wed, 14 Dec 2011 06:11:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ramk2-0007os-C5 for qemu-devel@nongnu.org; Wed, 14 Dec 2011 06:11:19 -0500 Date: Wed, 14 Dec 2011 11:11:14 +0000 From: Stefan Hajnoczi Message-ID: <20111214111114.GA10403@stefanha-thinkpad.localdomain> References: <1323472786-26821-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1323472786-26821-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 0/6] New fixes for some misspellings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Sat, Dec 10, 2011 at 12:19:40AM +0100, Stefan Weil wrote: > This patch series tries to fix the most common misspellings > using the tool 'codespell'. > > See http://wiki.qemu.org/Contribute/SpellCheck for more information > on using codespell with QEMU. > > Regards, > Stefan Weil > > [PATCH 1/6] Add spelling exceptions for codespell > [PATCH 2/6] fmopl: Fix spelling in code and comments > [PATCH 3/6] hw: Fix spelling (licenced->licensed) > [PATCH 4/6] hw: Fix spelling in comments > [PATCH 5/6] hw: Fix spelling in comments and code > [PATCH 6/6] Fix spelling in comments, documentation and messages Applied all except Patch 1 to the trivial-patches-next tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches-next There might be some more discussion around Patch 1. Please post it separately and let Anthony merge it into qemu.git. Stefan