summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonglei2014-12-08 12:40:19 +0100
committerMichael Tokarev2014-12-10 09:51:08 +0100
commit1c854067b31a7764fa346ea74e0f0fa0ae718458 (patch)
tree1ddf7612f4ae084ab77a36900f29da7a9308529f
parentfw_cfg: remove superfluous blank line (diff)
downloadqemu-1c854067b31a7764fa346ea74e0f0fa0ae718458.tar.gz
qemu-1c854067b31a7764fa346ea74e0f0fa0ae718458.tar.xz
qemu-1c854067b31a7764fa346ea74e0f0fa0ae718458.zip
qapi-schema: fix typo about change-vnc-password
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--qapi-schema.json2
1 files changed, 1 insertions, 1 deletions
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
#