diff options
author | Manos Pitsidianakis <manos.pitsidianakis@linaro.org> | 2024-02-20 10:52:08 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-02-20 22:20:48 +0300 |
commit | c555b504d0961359015527f586203b6c37ef2bc6 (patch) | |
tree | c45a63cbae6f5fd8f701ca2dc88d2507c1c2ef20 /docs/devel/docs.rst | |
parent | aab4631a4aadf8fc4a5288357bded72aaae686b6 (diff) | |
download | qemu-c555b504d0961359015527f586203b6c37ef2bc6.zip qemu-c555b504d0961359015527f586203b6c37ef2bc6.tar.gz qemu-c555b504d0961359015527f586203b6c37ef2bc6.tar.bz2 |
docs: correct typos
Correct typos automatically found with the `typos` tool
<https://crates.io/crates/typos>
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
(mjt: trivial fixup)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs/devel/docs.rst')
-rw-r--r-- | docs/devel/docs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/docs.rst b/docs/devel/docs.rst index 50ff0d6..a7768b5 100644 --- a/docs/devel/docs.rst +++ b/docs/devel/docs.rst @@ -21,7 +21,7 @@ are processed in two ways: The syntax of these ``.hx`` files is simple. It is broadly an alternation of C code put into the C output and rST format text -put into the documention. A few special directives are recognised; +put into the documentation. A few special directives are recognised; these are all-caps and must be at the beginning of the line. ``HXCOMM`` is the comment marker. The line, including any arbitrary |