From 5ec9bde64fbc07e057e78b04c3b0b66a86c07f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Daase?= Date: Wed, 26 Aug 2020 11:49:50 +0200 Subject: *: Fix spelling mistakes found by codespell https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1410 --- src/x11/events.c | 2 +- src/x11/meta-x11-display.c | 2 +- src/x11/window-x11.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/x11') diff --git a/src/x11/events.c b/src/x11/events.c index 8ca2fb983..8c78b2ff1 100644 --- a/src/x11/events.c +++ b/src/x11/events.c @@ -1386,7 +1386,7 @@ handle_other_xevent (MetaX11Display *x11_display, } break; case MapNotify: - /* NB: override redirect windows wont cause a map request so we + /* NB: override redirect windows won't cause a map request so we * watch out for map notifies against any root windows too if a * compositor is enabled: */ if (window == NULL && event->xmap.event == x11_display->xroot) diff --git a/src/x11/meta-x11-display.c b/src/x11/meta-x11-display.c index 87d8a2bfa..525d0cab6 100644 --- a/src/x11/meta-x11-display.c +++ b/src/x11/meta-x11-display.c @@ -448,7 +448,7 @@ query_xi_extension (MetaX11Display *x11_display) } /* - * Initialises the bell subsystem. This involves intialising + * Initialises the bell subsystem. This involves initialising * XKB (which, despite being a keyboard extension, is the * place to look for bell notifications), then asking it * to send us bell notifications, and then also switching diff --git a/src/x11/window-x11.c b/src/x11/window-x11.c index ff8361540..ea9e82c8f 100644 --- a/src/x11/window-x11.c +++ b/src/x11/window-x11.c @@ -1505,7 +1505,7 @@ meta_window_x11_move_resize_internal (MetaWindow *window, * we grow the frame more than we shrink. The idea is to avoid * messing up the window contents by having a temporary situation * where the frame is smaller than the window. However, if we're - * cooperating with the client to create an atomic frame upate, + * cooperating with the client to create an atomic frame update, * and the window is redirected, then we should always update * the frame first, since updating the frame will force a new * backing pixmap to be allocated, and the old backing pixmap -- cgit v1.2.1