From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZ9kN-00039D-So for qemu-devel@nongnu.org; Fri, 09 Dec 2011 18:20:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZ9kM-0000a3-Sa for qemu-devel@nongnu.org; Fri, 09 Dec 2011 18:20:55 -0500 From: Stefan Weil Date: Sat, 10 Dec 2011 00:19:40 +0100 Message-Id: <1323472786-26821-1-git-send-email-sw@weilnetz.de> Subject: [Qemu-devel] [PATCH 0/6] New fixes for some misspellings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org 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