diff mbox

qapi-schema: fix typo about change-vnc-password

Message ID 1418038820-9792-1-git-send-email-arei.gonglei@huawei.com
State New
Headers show

Commit Message

Gonglei (Arei) Dec. 8, 2014, 11:40 a.m. UTC
From: Gonglei <arei.gonglei@huawei.com>

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
---
 qapi-schema.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Eric Blake Dec. 8, 2014, 3:50 p.m. UTC | #1
On 12/08/2014 04:40 AM, arei.gonglei@huawei.com wrote:
> From: Gonglei <arei.gonglei@huawei.com>
> 
> Signed-off-by: Gonglei <arei.gonglei@huawei.com>
> ---
>  qapi-schema.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> 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
>  #
>
Michael Tokarev Dec. 10, 2014, 8:51 a.m. UTC | #2
Applied to -trivial, thanks!

/mjt
diff mbox

Patch

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
 #