From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46144 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OY2Ca-0000fD-KZ for qemu-devel@nongnu.org; Sun, 11 Jul 2010 15:28:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OY2CY-0006t6-F5 for qemu-devel@nongnu.org; Sun, 11 Jul 2010 15:28:35 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:63245) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OY2CY-0006sr-94 for qemu-devel@nongnu.org; Sun, 11 Jul 2010 15:28:34 -0400 Received: by pvg7 with SMTP id 7so1545716pvg.4 for ; Sun, 11 Jul 2010 12:28:33 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1278866068-7069-1-git-send-email-weil@mail.berlios.de> References: <1278866068-7069-1-git-send-email-weil@mail.berlios.de> From: Blue Swirl Date: Sun, 11 Jul 2010 19:28:13 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Documentation: Fix spelling bugs Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers Thanks, applied. On Sun, Jul 11, 2010 at 4:34 PM, Stefan Weil wrote: > rewuired -> required > ths =C2=A0 =C2=A0 =C2=A0-> this > > Signed-off-by: Stefan Weil > --- > =C2=A0qemu-doc.texi | =C2=A0 =C2=A04 ++-- > =C2=A01 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/qemu-doc.texi b/qemu-doc.texi > index e2c8e56..e67bf44 100644 > --- a/qemu-doc.texi > +++ b/qemu-doc.texi > @@ -2138,8 +2138,8 @@ Set the x86 stack size in bytes (default=3D524288) > =C2=A0Select CPU model (-cpu ? for list and additional feature selection) > =C2=A0@item -B offset > =C2=A0Offset guest address by the specified number of bytes. =C2=A0This i= s useful when > -the address region rewuired by guest applications is reserved on the hos= t. > -Ths option is currently only supported on some hosts. > +the address region required by guest applications is reserved on the hos= t. > +This option is currently only supported on some hosts. > =C2=A0@item -R size > =C2=A0Pre-allocate a guest virtual address space of the given size (in by= tes). > =C2=A0"G", "M", and "k" suffixes may be used when specifying the size. > -- > 1.7.1 > > >