[Pkg-libvirt-commits] [libguestfs] 09/31: v2v: OVF: Add comment that 'IsInitilized' is not a typo.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Nov 1 17:13:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag upstream/1.29.46
in repository libguestfs.
commit 284d2200911b469dccff7db6e6e704e0592871ac
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sun May 31 21:49:49 2015 +0100
v2v: OVF: Add comment that 'IsInitilized' is not a typo.
---
v2v/OVF.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/v2v/OVF.ml b/v2v/OVF.ml
index b342ccb..9bebea5 100644
--- a/v2v/OVF.ml
+++ b/v2v/OVF.ml
@@ -265,7 +265,7 @@ let rec create_ovf source targets guestcaps inspect
e "Description" [] [PCData title];
e "Domain" [] [];
e "CreationDate" [] [PCData iso_time];
- e "IsInitilized" [] [PCData "True"];
+ e "IsInitilized" (* sic *) [] [PCData "True"];
e "IsAutoSuspend" [] [PCData "False"];
e "TimeZone" [] [];
e "IsStateless" [] [PCData "False"];
--
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