From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Markus Armbruster <armbru@redhat.com>,
Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org,
"Michael Tokarev" <mjt@tls.msk.ru>,
"Eric Blake" <eblake@redhat.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>
Subject: Re: [PATCH v1 15/21] qapi/ui: correct typos
Date: Tue, 20 Feb 2024 13:20:07 +0100 [thread overview]
Message-ID: <3d446080-6be2-4a05-bc52-a2b131e84a4a@linaro.org> (raw)
In-Reply-To: <87a5nvcw0p.fsf@pond.sub.org>
On 20/2/24 10:41, Markus Armbruster wrote:
> Manos Pitsidianakis <manos.pitsidianakis@linaro.org> writes:
>
>> Correct typos automatically found with the `typos` tool
>> <https://crates.io/crates/typos>
>>
>> Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
>> ---
>> qapi/ui.json | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/qapi/ui.json b/qapi/ui.json
>> index b6d7e142b7..1448eaca73 100644
>> --- a/qapi/ui.json
>> +++ b/qapi/ui.json
>> @@ -63,7 +63,7 @@
>> ##
>> # @SetPasswordOptionsVnc:
>> #
>> -# Options for set_password specific to the VNC procotol.
>> +# Options for set_password specific to the VNC protocol.
>> #
>> # @display: The id of the display where the password should be
>> # changed. Defaults to the first.
>> @@ -125,7 +125,7 @@
>> ##
>> # @ExpirePasswordOptionsVnc:
>> #
>> -# Options for expire_password specific to the VNC procotol.
>> +# Options for expire_password specific to the VNC protocol.
Too bad, I remember reading few times the procotol, it was
funny.
>> #
>> # @display: The id of the display where the expiration should be
>> # changed. Defaults to the first.
>
> Reviewed-by: Markus Armbruster <armbru@redhat.com>
>
>
next prev parent reply other threads:[~2024-02-20 12:20 UTC|newest]
Thread overview: 48+ 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
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é [this message]
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 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=3d446080-6be2-4a05-bc52-a2b131e84a4a@linaro.org \
--to=philmd@linaro.org \
--cc=armbru@redhat.com \
--cc=eblake@redhat.com \
--cc=kraxel@redhat.com \
--cc=manos.pitsidianakis@linaro.org \
--cc=marcandre.lureau@redhat.com \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).