[Pkg-libvirt-commits] [libguestfs] 04/61: builder: Fix typo in string.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Mar 29 14:36:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 20f412637eb0a12642f780df80cd43f0a090652f
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sat Mar 22 14:08:08 2014 +0000
builder: Fix typo in string.
Thanks: Yuri Chornoivan
---
builder/get_kernel.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builder/get_kernel.ml b/builder/get_kernel.ml
index 5138c91..25e4293 100644
--- a/builder/get_kernel.ml
+++ b/builder/get_kernel.ml
@@ -41,7 +41,7 @@ let rec get_kernel ~debug ?format ?output disk =
exit 1
);
if Array.length roots > 1 then (
- eprintf (f_"virt-builder: get-kernel: daual/mult-boot images are not supported by this tool\n");
+ eprintf (f_"virt-builder: get-kernel: dual/multi-boot images are not supported by this tool\n");
exit 1
);
let root = roots.(0) in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list