diff --git a/ChangeLog b/ChangeLog index fab2d2fe58..5d83a30418 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-27 Matthias Clasen + + * gtk/gtkmain.c (gtk_init_with_args): Typo fix. (#162278, + Torsten Schoenfeld) + 2004-12-26 Matthias Clasen * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index fab2d2fe58..5d83a30418 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-12-27 Matthias Clasen + + * gtk/gtkmain.c (gtk_init_with_args): Typo fix. (#162278, + Torsten Schoenfeld) + 2004-12-26 Matthias Clasen * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index fab2d2fe58..5d83a30418 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-12-27 Matthias Clasen + + * gtk/gtkmain.c (gtk_init_with_args): Typo fix. (#162278, + Torsten Schoenfeld) + 2004-12-26 Matthias Clasen * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index fab2d2fe58..5d83a30418 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-12-27 Matthias Clasen + + * gtk/gtkmain.c (gtk_init_with_args): Typo fix. (#162278, + Torsten Schoenfeld) + 2004-12-26 Matthias Clasen * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index 61bc23f9ea..1a47111308 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -588,7 +588,7 @@ gtk_get_option_group (gboolean open_default_display) * * This function does the same work as gtk_init_check(). * Additionally, it allows you to add your own commandline options, - * and it automatically generated nicely formatted + * and it automatically generates nicely formatted * output. Note that your program will * be terminated after writing out the help output. *