summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-03-08 18:14:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-03-08 18:16:11 -0400
commit9b18deee1f374637034b070e09b72b9933a84f36 (patch)
treea1a39eea523bebd6a2717b4f500f372c56eac058
parent7385784ded5b28550c51bc5e257b1c80e0494c2c (diff)
downloadgtk+-9b18deee1f374637034b070e09b72b9933a84f36.tar.gz
Add a missing word in the docs
-rw-r--r--gtk/gtkfilechooserwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c
index 8696e24a9b..6e4375cd9b 100644
--- a/gtk/gtkfilechooserwidget.c
+++ b/gtk/gtkfilechooserwidget.c
@@ -7154,7 +7154,7 @@ gtk_file_chooser_widget_class_init (GtkFileChooserWidgetClass *class)
* which gets emitted when the user asks for it.
*
* This is used to make the file chooser show a "Location"
- * prompt when the user pastes #GtkFileChooserWidget.
+ * prompt when the user pastes into a #GtkFileChooserWidget.
*
* The default binding for this signal is `Control + V`.
*/