From: "Michael S. Tsirkin" <mst@redhat.com>
To: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org,
"Michael Tokarev" <mjt@tls.msk.ru>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Thomas Huth" <thuth@redhat.com>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Beraldo Leal" <bleal@redhat.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Hongren (Zenithal) Zheng" <i@zenithal.me>,
"Canokeys.org" <contact@canokeys.org>
Subject: Re: [PATCH v1 01/21] docs: correct typos
Date: Tue, 20 Feb 2024 05:36:41 -0500 [thread overview]
Message-ID: <20240220053538-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <135bbfcb6dd09377cfd39fb73c862cd0fb66bb20.1708419115.git.manos.pitsidianakis@linaro.org>
On Tue, Feb 20, 2024 at 10:52:08AM +0200, Manos Pitsidianakis wrote:
> Correct typos automatically found with the `typos` tool
> <https://crates.io/crates/typos>
>
> Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> docs/devel/ci-jobs.rst.inc | 2 +-
> docs/devel/docs.rst | 2 +-
> docs/devel/testing.rst | 2 +-
> docs/interop/prl-xml.txt | 2 +-
> docs/interop/vhost-user.rst | 2 +-
> docs/system/devices/canokey.rst | 2 +-
> 6 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/docs/devel/ci-jobs.rst.inc b/docs/devel/ci-jobs.rst.inc
> index 4c39cdb2d9..6678b4f4ef 100644
> --- a/docs/devel/ci-jobs.rst.inc
> +++ b/docs/devel/ci-jobs.rst.inc
> @@ -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 historically behaviour
as long as we do this let's fix grammar too?
as was historically the behaviour
> QEMU_CI_AVOCADO_TESTING
> ~~~~~~~~~~~~~~~~~~~~~~~
> diff --git a/docs/devel/docs.rst b/docs/devel/docs.rst
> index 50ff0d67f8..a7768b5311 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
> diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
> index bd132306c1..aa96eacec5 100644
> --- a/docs/devel/testing.rst
> +++ b/docs/devel/testing.rst
> @@ -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``.
> diff --git a/docs/interop/prl-xml.txt b/docs/interop/prl-xml.txt
> index 7031f8752c..cf9b3fba26 100644
> --- a/docs/interop/prl-xml.txt
> +++ b/docs/interop/prl-xml.txt
> @@ -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 ==
> diff --git a/docs/interop/vhost-user.rst b/docs/interop/vhost-user.rst
> index ad6e142f23..d1ed39dfa0 100644
> --- a/docs/interop/vhost-user.rst
> +++ b/docs/interop/vhost-user.rst
> @@ -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``
>
> diff --git a/docs/system/devices/canokey.rst b/docs/system/devices/canokey.rst
> index cfa6186e48..7f3664963f 100644
> --- a/docs/system/devices/canokey.rst
> +++ b/docs/system/devices/canokey.rst
> @@ -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]_
> --
> γαῖα πυρί μιχθήτω
next prev parent reply other threads:[~2024-02-20 10:36 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-20 8:52 [PATCH v1 00/21] Trivial tree wide typo fixes Manos Pitsidianakis
2024-02-20 8:52 ` [PATCH v1 01/21] docs: correct typos Manos Pitsidianakis
2024-02-20 10:18 ` Alex Bennée
2024-02-20 10:36 ` Michael S. Tsirkin [this message]
2024-02-20 10:42 ` Manos Pitsidianakis
2024-02-20 10:56 ` Michael S. Tsirkin
2024-02-20 17:22 ` Michael Tokarev
2024-02-20 8:52 ` [PATCH v1 02/21] tests: " Manos Pitsidianakis
2024-02-20 8:57 ` Pavel Dovgalyuk
2024-02-20 8:52 ` [PATCH v1 03/21] Xen headers: " Manos Pitsidianakis
2024-02-20 17:35 ` Michael Tokarev
2024-02-20 8:52 ` [PATCH v1 04/21] accel/tcg: " Manos Pitsidianakis
2024-02-20 10:17 ` Alex Bennée
2024-02-20 12:15 ` Philippe Mathieu-Daudé
2024-02-20 8:52 ` [PATCH v1 05/21] loongson3: " Manos Pitsidianakis
2024-02-20 8:52 ` [PATCH v1 06/21] ppc: " Manos Pitsidianakis
2024-02-20 12:12 ` BALATON Zoltan
2024-02-20 8:52 ` [PATCH v1 07/21] sh4: " Manos Pitsidianakis
2024-02-20 12:16 ` Philippe Mathieu-Daudé
2024-02-21 3:24 ` Yoshinori Sato
2024-02-20 8:52 ` [PATCH v1 08/21] include/exec/memory.h: " Manos Pitsidianakis
2024-02-20 12:13 ` Philippe Mathieu-Daudé
2024-02-20 8:52 ` [PATCH v1 09/21] include/exec/plugin-gen.h: " Manos Pitsidianakis
2024-02-20 12:17 ` Philippe Mathieu-Daudé
2024-02-20 8:52 ` [PATCH v1 10/21] hw/arm/omap.h: " Manos Pitsidianakis
2024-02-20 12:18 ` Philippe Mathieu-Daudé
2024-02-20 8:52 ` [PATCH v1 11/21] hw/cxl/cxl_device.h: " Manos Pitsidianakis
2024-02-20 8:52 ` [PATCH v1 12/21] hw/net/npcm_gmac.h: " Manos Pitsidianakis
2024-02-20 8:52 ` [PATCH v1 13/21] hw/riscv/virt.h: " Manos Pitsidianakis
2024-02-21 4:44 ` Alistair Francis
2024-02-20 8:52 ` [PATCH v1 14/21] pc-bios/README: " Manos Pitsidianakis
2024-02-20 12:18 ` Philippe Mathieu-Daudé
2024-02-20 8:52 ` [PATCH v1 15/21] qapi/ui: " Manos Pitsidianakis
2024-02-20 9:41 ` Markus Armbruster
2024-02-20 12:20 ` Philippe Mathieu-Daudé
2024-02-20 8:52 ` [PATCH v1 16/21] qemu-options.hx: " Manos Pitsidianakis
2024-02-20 8:52 ` [PATCH v1 17/21] ci/gitlab-pipeline-status: " Manos Pitsidianakis
2024-02-20 8:52 ` [PATCH v1 18/21] hexagon: " Manos Pitsidianakis
2024-02-20 12:21 ` Philippe Mathieu-Daudé
2024-02-20 15:24 ` Anton Johansson
2024-02-20 15:24 ` Anton Johansson via
2024-02-20 8:52 ` [PATCH v1 19/21] m68k: " Manos Pitsidianakis
2024-02-20 10:43 ` Thomas Huth
2024-02-20 8:52 ` [PATCH v1 20/21] s390x: " Manos Pitsidianakis
2024-02-20 10:44 ` Thomas Huth
2024-02-20 12:21 ` Philippe Mathieu-Daudé
2024-02-20 8:52 ` [PATCH v1 21/21] target/sparc: " Manos Pitsidianakis
2024-02-20 12:22 ` Philippe Mathieu-Daudé
2024-02-20 19:18 ` [PATCH v1 00/21] Trivial tree wide typo fixes Michael Tokarev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240220053538-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=bleal@redhat.com \
--cc=contact@canokeys.org \
--cc=i@zenithal.me \
--cc=manos.pitsidianakis@linaro.org \
--cc=mjt@tls.msk.ru \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.