storage: fix typo
This commit is contained in:
parent
6e592a56d7
commit
cfa1c7171e
@ -1612,7 +1612,7 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM):
|
|||||||
'''Remove domain remnants from disk.'''
|
'''Remove domain remnants from disk.'''
|
||||||
if not self.is_halted():
|
if not self.is_halted():
|
||||||
raise qubes.exc.QubesVMNotHaltedError(
|
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()))
|
self, self.get_power_state()))
|
||||||
|
|
||||||
# make sure shutdown is handled before removing anything, but only if
|
# make sure shutdown is handled before removing anything, but only if
|
||||||
|
Loading…
Reference in New Issue
Block a user