Typo fix.

This commit is contained in:
Matthias Clasen 2004-06-11 02:14:19 +00:00
parent 343ff7dea5
commit 0d13dfe682
5 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Thu Jun 10 22:12:26 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_parse_args): Typo fix.
2004-06-10 Federico Mena Quintero <federico@ximian.com>
Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.

View File

@ -1,3 +1,7 @@
Thu Jun 10 22:12:26 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_parse_args): Typo fix.
2004-06-10 Federico Mena Quintero <federico@ximian.com>
Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.

View File

@ -1,3 +1,7 @@
Thu Jun 10 22:12:26 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_parse_args): Typo fix.
2004-06-10 Federico Mena Quintero <federico@ximian.com>
Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.

View File

@ -1,3 +1,7 @@
Thu Jun 10 22:12:26 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmain.c (gtk_parse_args): Typo fix.
2004-06-10 Federico Mena Quintero <federico@ximian.com>
Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.

View File

@ -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