]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatdomain: fix typo
authorJán Tomko <jtomko@redhat.com>
Thu, 26 Aug 2021 14:28:52 +0000 (16:28 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 26 Aug 2021 14:32:46 +0000 (16:32 +0200)
combiatnion -> combination

Fixes: 4ffc807214cb80086d57e1d3e7b60959a41d2874
Signed-off-by: Ján Tomko <jtomko@redhat.com>
docs/formatdomain.rst

index 1f3136b3f27e2e7424c3c9733a8e42ea1643a1c5..479a3acfbbf608d3d9f5a47b95ce0bf1700821a8 100644 (file)
@@ -1747,7 +1747,7 @@ Each of these states allow for the same four possible actions.
    supported by the libxl hypervisor driver.)
 
 QEMU/KVM supports the ``on_poweroff`` and ``on_reboot`` events handling the
-``destroy`` and ``restart`` actions, but the combiatnion of ``on_poweroff`` set
+``destroy`` and ``restart`` actions, but the combination of ``on_poweroff`` set
 to ``restart`` and ``on_reboot`` set to ``destroy`` is forbidden.
 
 The ``on_crash`` event supports these additional actions :since:`since 0.8.4` .