From f1f0b19995259597b81f1cccdf7fe047ace4bb6a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 27 Dec 2004 05:25:15 +0000 Subject: [PATCH] Typo fix. (#162278, Torsten Schoenfeld) 2004-12-27 Matthias Clasen * gtk/gtkmain.c (gtk_init_with_args): Typo fix. (#162278, Torsten Schoenfeld) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkmain.c | 2 +- 5 files changed, 21 insertions(+), 1 deletion(-) 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. *