From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUIn5-0007jJ-Jj for qemu-devel@nongnu.org; Tue, 25 Aug 2015 14:17:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUIn0-0006B8-Li for qemu-devel@nongnu.org; Tue, 25 Aug 2015 14:17:47 -0400 Received: from mx2.parallels.com ([199.115.105.18]:33919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUIn0-00069t-G5 for qemu-devel@nongnu.org; Tue, 25 Aug 2015 14:17:42 -0400 Message-ID: <55DCB133.3020903@openvz.org> Date: Tue, 25 Aug 2015 21:17:23 +0300 From: "Denis V. Lunev" MIME-Version: 1.0 References: <1435751267-26378-1-git-send-email-marcandre.lureau@gmail.com> <1435751267-26378-2-git-send-email-marcandre.lureau@gmail.com> In-Reply-To: <1435751267-26378-2-git-send-email-marcandre.lureau@gmail.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 01/12] qga: misc spelling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?windows-1252?Q?Marc-Andr=E9_Lureau?= , qemu-devel@nongnu.org Cc: mdroth@linux.vnet.ibm.com On 07/01/2015 02:47 PM, Marc-André Lureau wrote: > --- > qga/qapi-schema.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json > index b446dc7..fbf983c 100644 > --- a/qga/qapi-schema.json > +++ b/qga/qapi-schema.json > @@ -755,7 +755,7 @@ > # scheme. Refer to the documentation of the guest operating system > # in question to determine what is supported. > # > -# Note all guest operating systems will support use of the > +# Not all guest operating systems will support use of the > # @crypted flag, as they may require the clear-text password > # > # The @password parameter must always be base64 encoded before Reviewed-by: Denis V. Lunev