From 1c854067b31a7764fa346ea74e0f0fa0ae718458 Mon Sep 17 00:00:00 2001 From: Gonglei Date: Mon, 8 Dec 2014 19:40:19 +0800 Subject: [PATCH] qapi-schema: fix typo about change-vnc-password Signed-off-by: Gonglei Reviewed-by: Eric Blake Signed-off-by: Michael Tokarev --- qapi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schema.json index 9ffdcf8e85..563b4ad98a 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 # -- 2.11.4.GIT