*: Fix spelling mistakes found by codespell

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1410
This commit is contained in:
Björn Daase
2020-08-26 11:49:50 +02:00
committed by Robert Mader
parent 5962ee7939
commit 5ec9bde64f
133 changed files with 243 additions and 243 deletions

View File

@@ -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);

View File

@@ -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

View File

@@ -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.