]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/qapi-domain: Fix typos
authorMarkus Armbruster <armbru@redhat.com>
Tue, 29 Jul 2025 09:16:41 +0000 (11:16 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 29 Jul 2025 12:51:39 +0000 (14:51 +0200)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20250729091642.3513895-2-armbru@redhat.com>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
docs/devel/qapi-domain.rst

index b71890f6609dac4dc0ed4d6fa75f8c79b652ce31..fe540d1e40a753b4852750a77e75d34e88a6ae5f 100644 (file)
@@ -9,7 +9,7 @@ in Sphinx is provided by the QAPI Domain, located in
 `Python Domain
 <https://www.sphinx-doc.org/en/master/usage/domains/python.html>`_
 included with Sphinx, but provides special directives and roles
-speciically for annotating and documenting QAPI definitions
+for annotating and documenting QAPI definitions
 specifically.
 
 A `Domain
@@ -101,7 +101,7 @@ without types. The QAPI domain uses this class for features, returns,
 and enum values.
 
 TypedField:
-  * Creates a grouped, typed field. Multiple adjacent entres will be
+  * Creates a grouped, typed field. Multiple adjacent entries will be
     merged into one section, and the content will form a bulleted list.
   * *Must* take at least one argument, but supports up to two -
     nominally, a name and a type.