From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfVZC-0004DJ-In for qemu-devel@nongnu.org; Mon, 03 Dec 2012 07:56:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfVZB-0000YE-CR for qemu-devel@nongnu.org; Mon, 03 Dec 2012 07:56:10 -0500 Date: Mon, 3 Dec 2012 13:55:58 +0100 From: Stefan Hajnoczi Message-ID: <20121203125558.GD6048@stefanha-thinkpad.redhat.com> References: <1353651964-10507-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1353651964-10507-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] Fix spelling in comments and documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Gerd Hoffmann On Fri, Nov 23, 2012 at 07:26:04AM +0100, Stefan Weil wrote: > These spelling bugs were found by codespell: > > supressing -> suppressing > transfered -> transferred > > Signed-off-by: Stefan Weil > --- > hw/usb.h | 6 +++--- > tests/qemu-iotests/iotests.py | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan