From 32eed3d40ac505126d454f7925a5a3f8619ce13e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 11 Jun 2004 02:15:43 +0000 Subject: [PATCH] Typo fix. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ gtk/gtkmain.c | 4 ++-- 5 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 017008f652..e2859cf119 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 10 22:15:01 2004 Matthias Clasen + + * gtk/gtkmain.c (gtk_parse_args): Typo fix. + Thu Jun 10 21:16:23 2004 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 017008f652..e2859cf119 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Thu Jun 10 22:15:01 2004 Matthias Clasen + + * gtk/gtkmain.c (gtk_parse_args): Typo fix. + Thu Jun 10 21:16:23 2004 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 017008f652..e2859cf119 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Thu Jun 10 22:15:01 2004 Matthias Clasen + + * gtk/gtkmain.c (gtk_parse_args): Typo fix. + Thu Jun 10 21:16:23 2004 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 017008f652..e2859cf119 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Thu Jun 10 22:15:01 2004 Matthias Clasen + + * gtk/gtkmain.c (gtk_parse_args): Typo fix. + Thu Jun 10 21:16:23 2004 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index 9b301dbfc1..83b2dd7cea 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -656,7 +656,7 @@ display_opened_cb (GdkDisplayManager *display_manager, } /** - * gdk_parse_args: + * gtk_parse_args: * @argc: a pointer to the number of command line arguments. * @argv: a pointer to the array of command line arguments. * @@ -664,7 +664,7 @@ display_opened_cb (GdkDisplayManager *display_manager, * attributes of GTK+, but does not actually open a connection * to a display. (See gdk_display_open(), gdk_get_display_arg_name()) * - * Any arguments used by GTK or GDK are removed from the array and + * Any arguments used by GTK+ or GDK are removed from the array and * @argc and @argv are updated accordingly. * * You shouldn't call this function explicitely if you are using