mirror of
https://github.com/brl/mutter.git
synced 2025-08-07 00:54:42 +00:00
*: Fix spelling mistakes found by codespell
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1410
This commit is contained in:

committed by
Robert Mader

parent
5962ee7939
commit
5ec9bde64f
@@ -494,7 +494,7 @@ update_stickykeys_event (ClutterEvent *event,
|
||||
static void
|
||||
notify_stickykeys_change (MetaInputDeviceNative *device)
|
||||
{
|
||||
/* Everytime sticky keys setting is changed, clear the masks */
|
||||
/* Every time sticky keys setting is changed, clear the masks */
|
||||
device->stickykeys_depressed_mask = 0;
|
||||
update_internal_xkb_state (device, 0, 0);
|
||||
|
||||
|
@@ -38,7 +38,7 @@
|
||||
#include "backends/meta-gles3-table.h"
|
||||
|
||||
/*
|
||||
* GL/gl.h being included may conflit with gl3.h on some architectures.
|
||||
* GL/gl.h being included may conflict with gl3.h on some architectures.
|
||||
* Make sure that hasn't happened on any architecture.
|
||||
*/
|
||||
#ifdef GL_VERSION_1_1
|
||||
|
@@ -3142,7 +3142,7 @@ meta_seat_native_reclaim_devices (MetaSeatNative *seat)
|
||||
* @seat: 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.
|
||||
|
Reference in New Issue
Block a user