summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorBjörn Daase <bjoern@daase.net>2020-08-26 11:49:50 +0200
committerRobert Mader <robert.mader@posteo.de>2020-08-29 09:10:31 +0000
commit5ec9bde64fbc07e057e78b04c3b0b66a86c07f6e (patch)
treebb6ff2135560a15d0bfaab7ddf07bef095a217ae /src/ui
parent5962ee79390a34e8b550bc6deb21b402182ca11e (diff)
downloadmutter-5ec9bde64fbc07e057e78b04c3b0b66a86c07f6e.tar.gz
*: Fix spelling mistakes found by codespell
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1410
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui.c b/src/ui/ui.c
index 64afb0134..2fbaad993 100644
--- a/src/ui/ui.c
+++ b/src/ui/ui.c
@@ -64,7 +64,7 @@ meta_ui_new (MetaX11Display *x11_display)
* handle style changes. This means that the dummy widget we create
* to get the style for title bars actually needs to be mapped
* and fully tracked as a MetaWindow. Horrible, but mostly harmless -
- * the window is a 1x1 overide redirect window positioned offscreen.
+ * the window is a 1x1 override redirect window positioned offscreen.
*/
gtk_widget_show (GTK_WIDGET (ui->frames));