From 1e9bf18bcf9f63fef09e2e21eda9460577f4e2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 2 Apr 2018 23:24:30 +0200 Subject: [PATCH] Typo fix --- qubes/vm/qubesvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes/vm/qubesvm.py b/qubes/vm/qubesvm.py index f5f67b53..4db5ac38 100644 --- a/qubes/vm/qubesvm.py +++ b/qubes/vm/qubesvm.py @@ -1015,7 +1015,7 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM): @asyncio.coroutine def kill(self): - '''Forcefuly shutdown (destroy) domain. + '''Forcefully shutdown (destroy) domain. :raises qubes.exc.QubesVMNotStartedError: \ when domain is already shut down.