virtinst: fix a typo

s/appened/appended

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
This commit is contained in:
Chen Hanxiao 2016-10-25 23:35:47 +08:00
parent 293526821b
commit e77c98ae1b

View File

@ -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)