[libvirt PATCH] docs: Fix two spelling mistakes

Tim Wiederhake posted 1 patch 2 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210726081131.10092-1-twiederh@redhat.com
docs/kbase/qemu-core-dump.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[libvirt PATCH] docs: Fix two spelling mistakes
Posted by Tim Wiederhake 2 years, 9 months ago
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
---
 docs/kbase/qemu-core-dump.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/kbase/qemu-core-dump.rst b/docs/kbase/qemu-core-dump.rst
index 44fd40fc52..5c3781cf90 100644
--- a/docs/kbase/qemu-core-dump.rst
+++ b/docs/kbase/qemu-core-dump.rst
@@ -11,7 +11,7 @@ QEMU driver configuration
 
 There is a global setting in the QEMU driver configuration file that controls
 whether core dumps are permitted, and their maximum size. Enabling core dumps
-is simply a matter of setting the maximum size to a non-zero value by editting
+is simply a matter of setting the maximum size to a non-zero value by editing
 the ``/etc/libvirt/qemu.conf`` file:
 
 ::
@@ -65,7 +65,7 @@ machine basis in the XML configuration:
 
    <memory dumpCore="on">...</memory>
 
-Note, it is still neccessary to at least set ``max_core`` to a non-zero
+Note, it is still necessary to at least set ``max_core`` to a non-zero
 value in the global configuration file.
 
 Some management applications may not offer the ability to customimze the
-- 
2.31.1

Re: [libvirt PATCH] docs: Fix two spelling mistakes
Posted by Peter Krempa 2 years, 9 months ago
On Mon, Jul 26, 2021 at 10:11:31 +0200, Tim Wiederhake wrote:
> Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
> ---
>  docs/kbase/qemu-core-dump.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Peter Krempa <pkrempa@redhat.com>