mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virtinst: trivial codespell fixes
Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
97eda595d3
commit
bdb2bed3e9
@ -246,7 +246,7 @@ class DomainCapabilities(XMLBuilder):
|
||||
def supports_safe_host_model(self):
|
||||
"""
|
||||
Return True if domcaps reports support for cpu mode=host-model.
|
||||
host-model infact predates this support, however it wasn't
|
||||
host-model in fact predates this support, however it wasn't
|
||||
general purpose safe prior to domcaps advertisement.
|
||||
"""
|
||||
for m in self.cpu.modes:
|
||||
|
@ -436,7 +436,7 @@ class XMLBuilder(object):
|
||||
# Name of the root XML element
|
||||
XML_NAME = None
|
||||
|
||||
# In some cases, libvirt can incorrectly generate unparseable XML.
|
||||
# In some cases, libvirt can incorrectly generate unparsable XML.
|
||||
# These are libvirt bugs, but this allows us to work around it in
|
||||
# for specific XML classes.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user