[virt-tools-list] [virt-manager PATCH] virtinst: fix a typo

Chen Hanxiao chen_han_xiao at 126.com
Tue Oct 25 15:40:54 UTC 2016


From: Chen Hanxiao <chenhanxiao at gmail.com>

s/appened/appended

Signed-off-by: Chen Hanxiao <chenhanxiao at gmail.com>
---
Note: pushed as trivial.

 virtinst/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtinst/cli.py b/virtinst/cli.py
index e096c96..0bad1c9 100644
--- a/virtinst/cli.py
+++ b/virtinst/cli.py
@@ -1115,7 +1115,7 @@ class VirtCLIParser(object):
         # Example: --edit --cpu clearxml=yes should remove the <cpu>
         # block. But --edit --cpu clearxml=yes,model=foo should leave
         # a <cpu> stub in place, so that it gets model=foo in place,
-        # otherwise the newly created cpu block gets appened to the
+        # otherwise the newly created cpu block gets appended to the
         # end of the domain XML, which gives an ugly diff
         clear_inst.clear(leave_stub="," in self.optstr)
 
-- 
2.5.5





More information about the virt-tools-list mailing list