storage: fix typo

This commit is contained in:
Rusty Bird 2019-06-28 10:29:32 +00:00
parent 6e592a56d7
commit cfa1c7171e
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

View File

@ -1612,7 +1612,7 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM):
'''Remove domain remnants from disk.'''
if not self.is_halted():
raise qubes.exc.QubesVMNotHaltedError(
"Can't remove VM {!s}, beacuse it's in state {!r}.".format(
"Can't remove VM {!s}, because it's in state {!r}.".format(
self, self.get_power_state()))
# make sure shutdown is handled before removing anything, but only if