summaryrefslogtreecommitdiff
path: root/gtk/gtkpathbar.c
diff options
context:
space:
mode:
authorBjörn Daase <bjoern@daase.net>2020-08-21 14:41:13 +0200
committerBjörn Daase <bjoern@daase.net>2020-08-21 15:29:34 +0200
commit6315cd977c2541f6f76cc81dfd47fc228bb3aa5e (patch)
tree29556ecd7c9ed1ad2342b5dd2546270a70f857d0 /gtk/gtkpathbar.c
parentbb8c818ba14ffde882f31359e09efd6e9215c593 (diff)
downloadgtk+-6315cd977c2541f6f76cc81dfd47fc228bb3aa5e.tar.gz
*: Fix spelling mistakes found by codespell
Diffstat (limited to 'gtk/gtkpathbar.c')
-rw-r--r--gtk/gtkpathbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c
index 9e8e6adc58..40dcae72aa 100644
--- a/gtk/gtkpathbar.c
+++ b/gtk/gtkpathbar.c
@@ -217,7 +217,7 @@ gtk_path_bar_init (GtkPathBar *path_bar)
gtk_widget_add_css_class (path_bar->down_slider_button, "slider-button");
gtk_widget_set_parent (path_bar->down_slider_button, GTK_WIDGET (path_bar));
- /* GtkBuilder wont let us connect 'swapped' without specifying the signal's
+ /* GtkBuilder won't let us connect 'swapped' without specifying the signal's
* user data in the .ui file
*/
g_signal_connect_swapped (path_bar->up_slider_button, "clicked",