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:
Daniel Henrique Barboza 2020-06-03 10:14:31 -03:00 committed by Cole Robinson
parent 97eda595d3
commit bdb2bed3e9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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.
#