docs: correct typos
authorManos Pitsidianakis <manos.pitsidianakis@linaro.org>
Tue, 20 Feb 2024 08:52:08 +0000 (10:52 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 20 Feb 2024 19:20:48 +0000 (22:20 +0300)
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>
docs/devel/ci-jobs.rst.inc
docs/devel/docs.rst
docs/devel/testing.rst
docs/interop/prl-xml.txt
docs/interop/vhost-user.rst
docs/system/devices/canokey.rst

index 4c39cdb2d9207d02697e8306900bcdac3accbed9..ec33e6ee2bfc04850f1e402fddd05bb7db1f5bd1 100644 (file)
@@ -147,7 +147,7 @@ Set this variable to 1 to create the pipelines, but leave all
 the jobs to be manually started from the UI
 
 Set this variable to 2 to create the pipelines and run all
-the jobs immediately, as was historicaly behaviour
+the jobs immediately, as was the historical behaviour
 
 QEMU_CI_AVOCADO_TESTING
 ~~~~~~~~~~~~~~~~~~~~~~~
index 50ff0d67f8456bfb117746f98ab3be2703a18c44..a7768b53117b64e2e5aef6a1ebb31cfb6c274e59 100644 (file)
@@ -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
index bd132306c1ddf35841f2c5fbcb346eac12a6ef8c..aa96eacec59d4ceebdc02eafd3e9fb286610354a 100644 (file)
@@ -728,7 +728,7 @@ For example to setup the HPPA ports builds of Debian::
     EXECUTABLE=(pwd)/qemu-hppa V=1
 
 The ``DEB_`` variables are substitutions used by
-``debian-boostrap.pre`` which is called to do the initial debootstrap
+``debian-bootstrap.pre`` which is called to do the initial debootstrap
 of the rootfs before it is copied into the container. The second stage
 is run as part of the build. The final image will be tagged as
 ``qemu/debian-sid-hppa``.
index 7031f8752cc7fdaeef4248f6abc26c88615216c8..cf9b3fba265a759fd46491770742570b442159e7 100644 (file)
@@ -122,7 +122,7 @@ Each Image element has following child elements:
     * Type - image type of the element. It can be:
              "Plain" for raw files.
              "Compressed" for expanding disks.
-    * File - path to image file. Path can be relative to DiskDecriptor.xml or
+    * File - path to image file. Path can be relative to DiskDescriptor.xml or
              absolute.
 
 == Snapshots element ==
index ad6e142f233e0e8b645cb90b1b6b219627f379fd..d1ed39dfa0c8599616ee3835d34a8f09205efb9f 100644 (file)
@@ -989,7 +989,7 @@ When reconnecting:
 
    #. If ``d.flags`` is not equal to the calculated flags value (means
       back-end has submitted the buffer to guest driver before crash, so
-      it has to commit the in-progres update), set ``old_free_head``,
+      it has to commit the in-progress update), set ``old_free_head``,
       ``old_used_idx``, ``old_used_wrap_counter`` to ``free_head``,
       ``used_idx``, ``used_wrap_counter``
 
index cfa6186e483d00560cb438725dcfe578201cd685..7f3664963f3286ff8890538bbf8bf3023ddae61c 100644 (file)
@@ -14,7 +14,7 @@ CanoKey [1]_ is an open-source secure key with supports of
 All these platform-independent features are in canokey-core [3]_.
 
 For different platforms, CanoKey has different implementations,
-including both hardware implementions and virtual cards:
+including both hardware implementations and virtual cards:
 
 * CanoKey STM32 [4]_
 * CanoKey Pigeon [5]_