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 <[EMAIL PROTECTED]> wrote:
>
> Fix a typo in the message for the 'dump' command in virsh.
>
> Signed-off-by: John Levon <[EMAIL PROTECTED]>
>
>
> 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
> [email protected]
> https://www.redhat.com/mailman/listinfo/libvir-list
fix_message_20080815.patch
Description: Binary data
-- Libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
