diff options
author | Charles Arnold <carnold@suse.com> | 2018-04-03 14:56:23 -0600 |
---|---|---|
committer | Cole Robinson <crobinso@redhat.com> | 2018-04-04 16:49:23 -0400 |
commit | 0f2e0a49f9090ca27d6f44e6e49c81fa15f46a31 (patch) | |
tree | ef51289f56a952e46711dffd6cde39eb2b2ee0d1 | |
parent | 96645fe3ed5a9a04c14cb89d920454e715da8626 (diff) | |
download | virt-manager-0f2e0a49f9090ca27d6f44e6e49c81fa15f46a31.tar.gz |
virtinst: Trivial spelling fix
Trivial spelling fix.
Signed-off-by: Charles Arnold <carnold@suse.com>
-rw-r--r-- | virtinst/guest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtinst/guest.py b/virtinst/guest.py index 563203b4..db354896 100644 --- a/virtinst/guest.py +++ b/virtinst/guest.py @@ -870,7 +870,7 @@ class Guest(XMLBuilder): return logging.debug("Host capabilities CPU '%s' is not supported " - "according to domain capabilities. Unsettings CPU model", + "according to domain capabilities. Unsetting CPU model", self.cpu.model) self.cpu.model = None |