From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1zl7-0002C8-Vp for qemu-devel@nongnu.org; Thu, 16 Aug 2012 09:05:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1zl2-00079C-0e for qemu-devel@nongnu.org; Thu, 16 Aug 2012 09:05:09 -0400 Date: Thu, 16 Aug 2012 14:04:44 +0100 From: Stefan Hajnoczi Message-ID: <20120816130444.GA3217@stefanha-thinkpad.localdomain> References: <1344629007-23311-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1344629007-23311-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] Spelling fixes 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 On Fri, Aug 10, 2012 at 10:03:25PM +0200, Stefan Weil wrote: > These wrong spellings were detected by codespell: > > * successully -> successfully > > * alot -> a lot > > * wanna -> want to > > * infomation -> information > > * occured -> occurred > > Signed-off-by: Stefan Weil > --- > docs/specs/ppc-spapr-hcalls.txt | 2 +- > docs/usb2.txt | 4 ++-- > hw/xen_pt.h | 4 ++-- > hw/xen_pt_config_init.c | 14 +++++++------- > qemu-img.c | 2 +- > qemu-img.texi | 2 +- > 6 files changed, 14 insertions(+), 14 deletions(-) Added Peter's suggestions. Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan