From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STAmi-0008EH-Hv for qemu-devel@nongnu.org; Sat, 12 May 2012 07:46:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STAmg-0006dJ-LP for qemu-devel@nongnu.org; Sat, 12 May 2012 07:46:52 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:48716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STAmg-0006d8-Ed for qemu-devel@nongnu.org; Sat, 12 May 2012 07:46:50 -0400 Message-ID: <4FAE4DA7.4040607@weilnetz.de> Date: Sat, 12 May 2012 13:46:47 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1336809131-29756-1-git-send-email-sw@weilnetz.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1.1] Fix new spelling bugs detected by codespell List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Anthony Liguori Cc: qemu-devel@nongnu.org Am 12.05.2012 13:21, schrieb Peter Maydell: > On 12 May 2012 08:52, Stefan Weil wrote: >> These new bugs were detected in comments and in an error message: > > There's already a patch on the list to fix at least some of these: > http://patchwork.ozlabs.org/patch/157992/ > including the error message one which is the most important > to fix for 1.1. > > -- PMM Thanks, that patch fixes the same and some more spellings than my patch, so my patch is not needed. It would be really good to have bug fixes committed faster, especially when there is a narrow time frame for a new QEMU release. One day after a patch was ack'ed should be possible. Anthony, could you please commit http://patchwork.ozlabs.org/patch/157992/? Or do you only accept pull requests for version 1.1? Regards, Stefan W.