瀏覽代碼

storage: fix typo

Rusty Bird 4 年之前
父節點
當前提交
cfa1c7171e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      qubes/vm/qubesvm.py

+ 1 - 1
qubes/vm/qubesvm.py

@@ -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