*: 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);