cleanup: Fix various typos

Using the typos cli app

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3169>
This commit is contained in:
Bilal Elmoussaoui
2023-08-10 01:44:52 +02:00
committed by Marge Bot
parent 04f18ae726
commit cd27cb5c85
41 changed files with 77 additions and 77 deletions

View File

@ -1047,7 +1047,7 @@ realize_cursor_sprite_for_crtc (MetaCursorRenderer *renderer,
meta_kms_crtc_get_id (kms_crtc),
meta_kms_device_get_path (kms_device));
COGL_TRACE_BEGIN_SCOPED (CursorRendererNAtiveRealize,
COGL_TRACE_BEGIN_SCOPED (CursorRendererNativeRealize,
"Cursor Renderer Native (realize for crtc)");
if (META_IS_CURSOR_SPRITE_XCURSOR (cursor_sprite))
{

View File

@ -3508,7 +3508,7 @@ set_keyboard_map (GTask *task)
* @seat_impl: the #ClutterSeat created by the evdev backend
* @keymap: the new keymap
*
* Instructs @evdev to use the speficied keyboard map. This will cause
* Instructs @evdev to use the specified keyboard map. This will cause
* the backend to drop the state and create a new one with the new
* map. To avoid state being lost, callers should ensure that no key
* is pressed when calling this function.