From patchwork Wed Jul 1 11:47:36 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Marc-Andr=C3=A9_Lureau?= X-Patchwork-Id: 490080 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id A64941402B3 for ; Wed, 1 Jul 2015 21:48:48 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=D4SVEIdZ; dkim-atps=neutral Received: from localhost ([::1]:57377 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAGVS-0007PP-OP for incoming@patchwork.ozlabs.org; Wed, 01 Jul 2015 07:48:46 -0400 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=dwrM8QIRcwYrh+de+p5Q1NNpwFEzhnB1Sp+DGFu1LFg=; b=D4SVEIdZdHHiIqEufxLW7xfJj+1lpoXrxRsswYbtqVF4PkiXOaw86u3MSrooBFIQGu XgcZqWHg6Qn2D9pky4iyJabb8wux+gIaMJDwfu8bgRJyWaGpEgtmWdRfWm0cZfeoI+KX dYIfGHrxw6CtL3mudmhcLLBESul7chp2McO6Ut9wyFkRihNlLSuFKjhoqiAma6vjQiD+ DjMtirzl5IcXC5Ku8LO8xm5TQwOIpaoTpT2jpXR0oK5AIXlQs+sE7cvuWTUkBD0AWoue 5PmPnXX8/IphHLZ5Kc+pkV+1rp2fo+e/7D4OlFkImjwrgZwshtN6EcWMfAbt/t97K4xg 4zNQ== X-Received: by 10.141.28.131 with SMTP id f125mr28388692qhe.54.1435751289864; Wed, 01 Jul 2015 04:48:09 -0700 (PDT) Received: from localhost (bne75-h02-31-39-163-232.dsl.sta.abo.bbox.fr. [31.39.163.232]) by mx.google.com with ESMTPSA id 35sm790870qkq.41.2015.07.01.04.48.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Jul 2015 04:48:08 -0700 (PDT) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= To: qemu-devel@nongnu.org Date: Wed, 1 Jul 2015 13:47:36 +0200 Message-Id: <1435751267-26378-2-git-send-email-marcandre.lureau@gmail.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1435751267-26378-1-git-send-email-marcandre.lureau@gmail.com> References: <1435751267-26378-1-git-send-email-marcandre.lureau@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::231 Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , mdroth@linux.vnet.ibm.com Subject: [Qemu-devel] [PATCH 01/12] qga: misc spelling X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org --- qga/qapi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Eric Blake Reviewed-by: Denis V. Lunev 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