diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2020-06-18 10:47:16 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2020-06-18 10:47:16 +0300 |
commit | c0cf839729f98a5920ce930c39bae80a30946a42 (patch) | |
tree | 737b0ebbbf40763f686bf1b48b95d597fe4ddc56 /gtk/gtkfilechooserwidget.c | |
parent | 2a51d4fba895f8ec05e15d6bd4849fdcbb03d579 (diff) | |
download | gtk+-c0cf839729f98a5920ce930c39bae80a30946a42.tar.gz |
Fix minor typos
Diffstat (limited to 'gtk/gtkfilechooserwidget.c')
-rw-r--r-- | gtk/gtkfilechooserwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index 1f153896d0..064846c955 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -6705,7 +6705,7 @@ search_start_query (GtkFileChooserWidget *impl, gtk_widget_show (impl->remote_warning_bar); /* We're not showing the file list here already and instead rely on the - * GtkSearchEntry timout and the ::hits-added signal from above to + * GtkSearchEntry timeout and the ::hits-added signal from above to * switch. */ } |