From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAGUu-0006Xg-A3 for qemu-devel@nongnu.org; Wed, 01 Jul 2015 07:48:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAGUs-0005Iw-CU for qemu-devel@nongnu.org; Wed, 01 Jul 2015 07:48:12 -0400 Received: from mail-qg0-x231.google.com ([2607:f8b0:400d:c04::231]:35953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAGUs-0005Is-86 for qemu-devel@nongnu.org; Wed, 01 Jul 2015 07:48:10 -0400 Received: by qgeg89 with SMTP id g89so17033596qge.3 for ; Wed, 01 Jul 2015 04:48:09 -0700 (PDT) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 1 Jul 2015 13:47:36 +0200 Message-Id: <1435751267-26378-2-git-send-email-marcandre.lureau@gmail.com> In-Reply-To: <1435751267-26378-1-git-send-email-marcandre.lureau@gmail.com> References: <1435751267-26378-1-git-send-email-marcandre.lureau@gmail.com> Subject: [Qemu-devel] [PATCH 01/12] qga: misc spelling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , mdroth@linux.vnet.ibm.com --- 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 -- 2.4.3