This commit is contained in:
Marek Marczykowski-Górecki 2018-04-02 23:24:30 +02:00
parent 3c2ac0fd41
commit 1e9bf18bcf
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

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