diff options
author | Gonglei <arei.gonglei@huawei.com> | 2014-12-08 19:40:19 +0800 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-12-10 11:51:08 +0300 |
commit | 1c854067b31a7764fa346ea74e0f0fa0ae718458 (patch) | |
tree | 1ddf7612f4ae084ab77a36900f29da7a9308529f /qapi-schema.json | |
parent | d504fb4cecdb7c6f3b18c4d83296e84b6e970595 (diff) |
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>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 2 |
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 # |