summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-12-27 05:25:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-12-27 05:25:15 +0000
commitf1f0b19995259597b81f1cccdf7fe047ace4bb6a (patch)
tree10981bc86e579693a9dc644bb74f3e4fb465c610
parentd181d74e77565f13b5a094172c1e5b957f32814b (diff)
downloadgtk+-f1f0b19995259597b81f1cccdf7fe047ace4bb6a.tar.gz
Typo fix. (#162278, Torsten Schoenfeld)
2004-12-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmain.c (gtk_init_with_args): Typo fix. (#162278, Torsten Schoenfeld)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--gtk/gtkmain.c2
5 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fab2d2fe58..5d83a30418 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-27 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkmain.c (gtk_init_with_args): Typo fix. (#162278,
+ Torsten Schoenfeld)
+
2004-12-26 Matthias Clasen <mclasen@redhat.com>
* 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 <mclasen@redhat.com>
+
+ * gtk/gtkmain.c (gtk_init_with_args): Typo fix. (#162278,
+ Torsten Schoenfeld)
+
2004-12-26 Matthias Clasen <mclasen@redhat.com>
* 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 <mclasen@redhat.com>
+
+ * gtk/gtkmain.c (gtk_init_with_args): Typo fix. (#162278,
+ Torsten Schoenfeld)
+
2004-12-26 Matthias Clasen <mclasen@redhat.com>
* 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 <mclasen@redhat.com>
+
+ * gtk/gtkmain.c (gtk_init_with_args): Typo fix. (#162278,
+ Torsten Schoenfeld)
+
2004-12-26 Matthias Clasen <mclasen@redhat.com>
* 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
* <option>--help</option> output. Note that your program will
* be terminated after writing out the help output.
*