From: Ján Tomko Date: Thu, 26 Aug 2021 14:28:52 +0000 (+0200) Subject: docs: formatdomain: fix typo X-Git-Tag: v7.7.0-rc2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb6c650064cba70191a0123e10ddc6b5365de6cd;p=thirdparty%2Flibvirt.git docs: formatdomain: fix typo combiatnion -> combination Fixes: 4ffc807214cb80086d57e1d3e7b60959a41d2874 Signed-off-by: Ján Tomko --- diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 1f3136b3f2..479a3acfbb 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -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` .