ui: spelling fixes

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Message-ID: <20230823065335.1919380-2-mjt@tls.msk.ru>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
Michael Tokarev
2023-08-31 19:47:43 +02:00
committed by Philippe Mathieu-Daudé
parent d02d06f8f1
commit d4761b6554
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ void qkbd_state_key_event(QKbdState *kbd, QKeyCode qcode, bool down);
* using qemu_input_event_send_key_delay().
*
* @kbd: state tracker state.
* @delay_ms: the delay in miliseconds.
* @delay_ms: the delay in milliseconds.
*/
void qkbd_state_set_delay(QKbdState *kbd, int delay_ms);
+1 -1
View File
@@ -42,7 +42,7 @@
#define NUM_MEMSLOTS_GROUPS 2
/*
* Internal enum to differenciate between options for
* Internal enum to differentiate between options for
* io calls that have a sync (old) version and an _async (new)
* version:
* QXL_SYNC: use the old version