[Libguestfs] [PATCH] virt-v2v: Fix typo in Windows conversion warning message

Mike Latimer mlatimer at suse.com
Fri Jan 3 20:37:40 UTC 2014


---
 lib/Sys/VirtConvert/Converter/Windows.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Sys/VirtConvert/Converter/Windows.pm b/lib/Sys/VirtConvert/Converter/Windows.pm
index 765ed9f..59d273f 100644
--- a/lib/Sys/VirtConvert/Converter/Windows.pm
+++ b/lib/Sys/VirtConvert/Converter/Windows.pm
@@ -338,7 +338,7 @@ sub _prepare_virtio_drivers
                          'configured with a {block} block storage '.
                          'adapter, but no driver will be installed for '.
                          'it. If the {block} driver is not already '.
-                         'installed in the guest, it will fail to boot.'.
+                         'installed in the guest, it will fail to boot.',
                          block => $block);
     }
 
-- 
1.8.1.4




More information about the Libguestfs mailing list