Various typos and misspellings

This commit is contained in:
Ján Tomko
2012-10-11 18:31:20 +02:00
committed by Peter Krempa
parent 36f7dbf4dc
commit 149c87b49d
39 changed files with 67 additions and 67 deletions

View File

@@ -43,7 +43,7 @@ try:
dom = conn.lookupByName(name)
# Annoyiingly, libvirt prints its own error message here
except libvirt.libvirtError:
print "Domain %s is not runing" % name
print "Domain %s is not running" % name
sys.exit(0)
info = dom.info()