mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virtinst: fix a typo
s/appened/appended Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
This commit is contained in:
parent
293526821b
commit
e77c98ae1b
@ -1115,7 +1115,7 @@ class VirtCLIParser(object):
|
|||||||
# Example: --edit --cpu clearxml=yes should remove the <cpu>
|
# Example: --edit --cpu clearxml=yes should remove the <cpu>
|
||||||
# block. But --edit --cpu clearxml=yes,model=foo should leave
|
# block. But --edit --cpu clearxml=yes,model=foo should leave
|
||||||
# a <cpu> stub in place, so that it gets model=foo in place,
|
# 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
|
# end of the domain XML, which gives an ugly diff
|
||||||
clear_inst.clear(leave_stub="," in self.optstr)
|
clear_inst.clear(leave_stub="," in self.optstr)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user