diff options
Diffstat (limited to 'gtk/gtkiconview.c')
-rw-r--r-- | gtk/gtkiconview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 1ffcddb236..f3f55c6c0b 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -5264,7 +5264,7 @@ gtk_icon_view_unselect_all (GtkIconView *icon_view) * @path: A #GtkTreePath to check selection on. * * Returns %TRUE if the icon pointed to by @path is currently - * selected. If @icon does not point to a valid location, %FALSE is returned. + * selected. If @path does not point to a valid location, %FALSE is returned. * * Return value: %TRUE if @path is selected. * |