summary refs log tree commit diff stats
path: root/docs/devel/qapi-domain.rst
diff options
context:
space:
mode:
authorStefan Weil via <qemu-trivial@nongnu.org>2025-04-12 20:11:47 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2025-04-13 13:45:04 +0300
commit22e6d702946c82c6d19326b81430c83ed9ee16a9 (patch)
treed0448414334aa92ae07bc80f439396d0664f8858 /docs/devel/qapi-domain.rst
parent56c6e249b6988c1b6edc2dd34ebb0f1e570a1365 (diff)
downloadfocaccia-qemu-22e6d702946c82c6d19326b81430c83ed9ee16a9.tar.gz
focaccia-qemu-22e6d702946c82c6d19326b81430c83ed9ee16a9.zip
docs: Fix some typos (found by codespell and typos)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs/devel/qapi-domain.rst')
-rw-r--r--docs/devel/qapi-domain.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/devel/qapi-domain.rst b/docs/devel/qapi-domain.rst
index a748529f51..11238723c2 100644
--- a/docs/devel/qapi-domain.rst
+++ b/docs/devel/qapi-domain.rst
@@ -41,7 +41,7 @@ Schema or generating documentation from code that exists. It is merely
 the rST syntax used to describe things. For instance, the Sphinx Python
 domain adds syntax like ``:py:func:`` for describing Python functions in
 documentation, but it's the autodoc module that is responsible for
-reading python code and generating such syntax. QAPI is analagous here:
+reading Python code and generating such syntax. QAPI is analogous here:
 qapidoc.py is responsible for reading the QAPI Schema and generating rST
 syntax, and qapi_domain.py is responsible for translating that special
 syntax and providing APIs for Sphinx internals.
@@ -514,7 +514,7 @@ the definition's "fully qualified name", allowing two different
 namespaces to create an otherwise identically named definition.
 
 This directive also influences how reference resolution works for any
-references that do not explicity specify a namespace, so this directive
+references that do not explicitly specify a namespace, so this directive
 can be used to nudge references into preferring targets from within that
 namespace.