summaryrefslogtreecommitdiffstats
path: root/docs/devel/writing-monitor-commands.rst
diff options
context:
space:
mode:
authorStefan Weil2021-11-17 22:07:02 +0100
committerThomas Huth2021-11-22 15:02:38 +0100
commitb980c1aec63908074040e5cab135728e3b5db117 (patch)
treef25a071893e4efd4ca3aed3488fa1c6f946505d5 /docs/devel/writing-monitor-commands.rst
parentdocs: List more commit-message tags in "submitting-a-patch" (diff)
downloadqemu-b980c1aec63908074040e5cab135728e3b5db117.tar.gz
qemu-b980c1aec63908074040e5cab135728e3b5db117.tar.xz
qemu-b980c1aec63908074040e5cab135728e3b5db117.zip
Fix some typos in documentation (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Message-Id: <20211117210702.1393570-1-sw@weilnetz.de> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> [thuth: "what's" --> "what is" as suggested by philmd] Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/devel/writing-monitor-commands.rst')
-rw-r--r--docs/devel/writing-monitor-commands.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/writing-monitor-commands.rst b/docs/devel/writing-monitor-commands.rst
index b3e2c8481d..1693822f8f 100644
--- a/docs/devel/writing-monitor-commands.rst
+++ b/docs/devel/writing-monitor-commands.rst
@@ -677,7 +677,7 @@ return a single text string::
The ``HumanReadableText`` struct is intended to be used for all
commands, under the ``x-`` name prefix that are returning unstructured
-text targetted at humans. It should never be used for commands outside
+text targeted at humans. It should never be used for commands outside
the ``x-`` name prefix, as those should be using structured QAPI types.
Implementing the QMP command