summaryrefslogtreecommitdiff
path: root/virt-xml
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2019-05-16 07:13:09 -0400
committerCole Robinson <crobinso@redhat.com>2019-05-16 14:43:31 -0400
commitbc4573a14b274e0065e8698e8623a628eb9e1358 (patch)
treea89d4a37dcdccffcb7b38312f5bfd8c229a59566 /virt-xml
parentde59d33a590631d4dd95b848e93fea28b78c946e (diff)
downloadvirt-manager-bc4573a14b274e0065e8698e8623a628eb9e1358.tar.gz
Fix codespell errors
Diffstat (limited to 'virt-xml')
-rwxr-xr-xvirt-xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt-xml b/virt-xml
index 7473f3aa..3cb4e043 100755
--- a/virt-xml
+++ b/virt-xml
@@ -78,7 +78,7 @@ def get_domain_and_guest(conn, domstr):
try:
domain = conn.lookupByName(domstr)
except Exception:
- # Incase the VM has a UUID or ID for a name
+ # In case the VM has a UUID or ID for a name
logging.debug("Error looking up domain by name", exc_info=True)
if isint:
domain = conn.lookupByID(int(domstr))