diff mbox series

[v1,15/21] qapi/ui: correct typos

Message ID 2b12236539211bfa887364cf7b621586addbb42e.1708419115.git.manos.pitsidianakis@linaro.org
State New
Headers show
Series Trivial tree wide typo fixes | expand

Commit Message

Manos Pitsidianakis Feb. 20, 2024, 8:52 a.m. UTC
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(-)

Comments

Markus Armbruster Feb. 20, 2024, 9:41 a.m. UTC | #1
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.
>  #
>  # @display: The id of the display where the expiration should be
>  #     changed.  Defaults to the first.

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Philippe Mathieu-Daudé Feb. 20, 2024, 12:20 p.m. UTC | #2
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>
> 
>
diff mbox series

Patch

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.
 #
 # @display: The id of the display where the expiration should be
 #     changed.  Defaults to the first.