Skip to content

Commit

Permalink
qapi/ui: correct typos
Browse files Browse the repository at this point in the history
Correct typos automatically found with the `typos` tool
<https://crates.io/crates/typos>

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
epilys authored and Michael Tokarev committed Feb 21, 2024
1 parent a0e93dd commit af113f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qapi/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit af113f6

Please sign in to comment.