api/admin: fix typo

This commit is contained in:
Rusty Bird 2018-09-13 19:46:46 +00:00
parent b3983f5ef8
commit 867baf47d1
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

View File

@ -1099,7 +1099,7 @@ class QubesAdminAPI(qubes.api.AbstractQubesAPI):
try:
yield from self.dest.remove_from_disk()
except: # pylint: disable=bare-except
self.app.log.exception('Error wile removing VM \'%s\' files',
self.app.log.exception('Error while removing VM \'%s\' files',
self.dest.name)
self.app.save()