aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorManos Pitsidianakis <manos.pitsidianakis@linaro.org>2024-02-20 10:52:22 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2024-02-21 08:16:57 +0300
commitaf113f6f007d5638573b0ef538a483bff6017eed (patch)
tree1ed8628972e758e1466a820306bef6e440614c9a /qapi
parenta0e93dd8185a055cb44255d2cde50cd762d0c728 (diff)
downloadqemu-af113f6f007d5638573b0ef538a483bff6017eed.zip
qemu-af113f6f007d5638573b0ef538a483bff6017eed.tar.gz
qemu-af113f6f007d5638573b0ef538a483bff6017eed.tar.bz2
qapi/ui: correct typos
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>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/ui.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/ui.json b/qapi/ui.json
index b6d7e14..1448eac 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.