aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-09-21 20:08:32 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-09-21 20:08:32 +0000
commit512a4983c0baf086ae7909b71e61ed970d98c946 (patch)
tree2a1eeebbc17ab5a3c515b038d8fbeae23fbda9a7 /gtk
parent8b32f13476745bc1af7c502d1fb4fcc6b2f576ea (diff)
fix a copy/paste error inside of a comment
svn path=/trunk/; revision=15940
Diffstat (limited to 'gtk')
-rw-r--r--gtk/fileset_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/fileset_dlg.c b/gtk/fileset_dlg.c
index 3507c8377f..4ee09596c3 100644
--- a/gtk/fileset_dlg.c
+++ b/gtk/fileset_dlg.c
@@ -340,7 +340,7 @@ fileset_cb(GtkWidget *w _U_, gpointer d _U_)
}
-/* open the next file in the file set, or do nothing if already the first file */
+/* open the next file in the file set, or do nothing if already the last file */
void
fileset_next_cb(GtkWidget *w _U_, gpointer d _U_)
{