From patchwork Mon Dec 8 11:40:19 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Gonglei (Arei)" X-Patchwork-Id: 418680 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 9CDB21400E2 for ; Mon, 8 Dec 2014 22:41:35 +1100 (AEDT) Received: from localhost ([::1]:33582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxwh3-0006Qm-Sl for incoming@patchwork.ozlabs.org; Mon, 08 Dec 2014 06:41:33 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxwgP-0005Jp-N7 for qemu-devel@nongnu.org; Mon, 08 Dec 2014 06:41:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxwgK-0001u1-G7 for qemu-devel@nongnu.org; Mon, 08 Dec 2014 06:40:53 -0500 Received: from szxga01-in.huawei.com ([119.145.14.64]:58380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxwgJ-0001pT-TY; Mon, 08 Dec 2014 06:40:48 -0500 Received: from 172.24.2.119 (EHLO szxeml418-hub.china.huawei.com) ([172.24.2.119]) by szxrg01-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id CFT01628; Mon, 08 Dec 2014 19:40:32 +0800 (CST) Received: from localhost (10.177.19.102) by szxeml418-hub.china.huawei.com (10.82.67.157) with Microsoft SMTP Server id 14.3.158.1; Mon, 8 Dec 2014 19:40:21 +0800 From: To: Date: Mon, 8 Dec 2014 19:40:19 +0800 Message-ID: <1418038820-9792-1-git-send-email-arei.gonglei@huawei.com> X-Mailer: git-send-email 1.7.3.1.msysgit.0 MIME-Version: 1.0 X-Originating-IP: [10.177.19.102] X-CFilter-Loop: Reflected X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 119.145.14.64 Cc: zhang.zhanghailiang@huawei.com, qemu-trivial@nongnu.org, armbru@redhat.com, lcapitulino@redhat.com, Gonglei Subject: [Qemu-devel] [PATCH] qapi-schema: fix typo about change-vnc-password 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 From: Gonglei Signed-off-by: Gonglei Reviewed-by: Eric Blake --- qapi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schema.json index 9ffdcf8..563b4ad 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1533,7 +1533,7 @@ # # Change the VNC server password. # -# @target: the new password to use with VNC authentication +# @password: the new password to use with VNC authentication # # Since: 1.1 #