[libvirt] [PATCH] fix minor typo

Atsushi SAKAI sakaia at jp.fujitsu.com
Fri Aug 15 01:32:48 UTC 2008


Hi, John

Thank you for your suggestion.
I am looking around the libvirt.pot and found 4 typos additionally.
I am pushing these fixes.

Thanks
Atsushi SAKAI


John Levon <levon at movementarian.org> wrote:

> 
> Fix a typo in the message for the 'dump' command in virsh.
> 
> Signed-off-by: John Levon <john.levon at sun.com>
> 
> 
> Index: src/virsh.c
> ===================================================================
> RCS file: /data/cvs/libvirt/src/virsh.c,v
> retrieving revision 1.157
> diff -u -r1.157 virsh.c
> --- src/virsh.c	22 Jul 2008 16:12:01 -0000	1.157
> +++ src/virsh.c	13 Aug 2008 15:50:09 -0000
> @@ -1320,7 +1320,7 @@
>          return FALSE;
>  
>      if (virDomainCoreDump(dom, to, 0) == 0) {
> -        vshPrint(ctl, _("Domain %s dumpd to %s\n"), name, to);
> +        vshPrint(ctl, _("Domain %s dumped to %s\n"), name, to);
>      } else {
>          vshError(ctl, FALSE, _("Failed to core dump domain %s to %s"),
>                   name, to);
> 
> --
> Libvir-list mailing list
> Libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_message_20080815.patch
Type: application/octet-stream
Size: 2162 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20080815/46bb1b1e/attachment-0001.obj>


More information about the libvir-list mailing list