[libvirt] [PATCH] virsh: fix typo in opts_send_key

Eric Blake eblake at redhat.com
Thu Sep 8 10:14:41 UTC 2011


On 09/08/2011 04:11 AM, ajia at redhat.com wrote:
> From: Alex Jia<ajia at redhat.com>
>
> * tools/virsh.c: millseconds should be milliseconds in opts_send_key.
>
> Signed-off-by: Alex Jia<ajia at redhat.com>
> ---
>   tools/virsh.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tools/virsh.c b/tools/virsh.c
> index 0f00463..cf3e816 100644
> --- a/tools/virsh.c
> +++ b/tools/virsh.c
> @@ -4301,7 +4301,7 @@ static const vshCmdOptDef opts_send_key[] = {
>       {"codeset", VSH_OT_STRING, VSH_OFLAG_REQ_OPT,
>        N_("the codeset of keycodes, default:linux")},
>       {"holdtime", VSH_OT_INT, VSH_OFLAG_REQ_OPT,
> -     N_("the time (in millseconds) how long the keys will be held")},
> +     N_("the time (in milliseconds) how long the keys will be held")},

ACK and pushed.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list