diff options
author | Björn Daase <bjoern@daase.net> | 2020-08-21 14:41:13 +0200 |
---|---|---|
committer | Björn Daase <bjoern@daase.net> | 2020-08-21 15:29:34 +0200 |
commit | 6315cd977c2541f6f76cc81dfd47fc228bb3aa5e (patch) | |
tree | 29556ecd7c9ed1ad2342b5dd2546270a70f857d0 /gtk/gtkscrollable.c | |
parent | bb8c818ba14ffde882f31359e09efd6e9215c593 (diff) | |
download | gtk+-6315cd977c2541f6f76cc81dfd47fc228bb3aa5e.tar.gz |
*: Fix spelling mistakes found by codespell
Diffstat (limited to 'gtk/gtkscrollable.c')
-rw-r--r-- | gtk/gtkscrollable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkscrollable.c b/gtk/gtkscrollable.c index 2e581ee6ac..7c11d9edfe 100644 --- a/gtk/gtkscrollable.c +++ b/gtk/gtkscrollable.c @@ -297,7 +297,7 @@ gtk_scrollable_set_vscroll_policy (GtkScrollable *scrollable, * Returns the size of a non-scrolling border around the * outside of the scrollable. An example for this would * be treeview headers. GTK+ can use this information to - * display overlayed graphics, like the overshoot indication, + * display overlaid graphics, like the overshoot indication, * at the right position. * * Returns: %TRUE if @border has been set |