]> Pileus Git - ~andy/gtk/commitdiff
Fix a typo.
authorKjartan Maraas <kmaraas@gnome.org>
Wed, 27 Jun 2001 23:34:43 +0000 (23:34 +0000)
committerKjartan Maraas <kmaraas@src.gnome.org>
Wed, 27 Jun 2001 23:34:43 +0000 (23:34 +0000)
2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>

* gtk/gtktreeviewcolumn.c: Fix a typo.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktreeviewcolumn.c

index 57e2291dde1e833344498f84a147e27b83e29a40..5fe9899c74d0b27c97a40eb352b41480c3eeb448 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtktreeviewcolumn.c: Fix a typo.
+       
 2001-06-26  Joel Becker  <jlbec@evilplan.org>
 
        * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
index 57e2291dde1e833344498f84a147e27b83e29a40..5fe9899c74d0b27c97a40eb352b41480c3eeb448 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtktreeviewcolumn.c: Fix a typo.
+       
 2001-06-26  Joel Becker  <jlbec@evilplan.org>
 
        * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
index 57e2291dde1e833344498f84a147e27b83e29a40..5fe9899c74d0b27c97a40eb352b41480c3eeb448 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtktreeviewcolumn.c: Fix a typo.
+       
 2001-06-26  Joel Becker  <jlbec@evilplan.org>
 
        * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
index 57e2291dde1e833344498f84a147e27b83e29a40..5fe9899c74d0b27c97a40eb352b41480c3eeb448 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtktreeviewcolumn.c: Fix a typo.
+       
 2001-06-26  Joel Becker  <jlbec@evilplan.org>
 
        * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
index 57e2291dde1e833344498f84a147e27b83e29a40..5fe9899c74d0b27c97a40eb352b41480c3eeb448 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtktreeviewcolumn.c: Fix a typo.
+       
 2001-06-26  Joel Becker  <jlbec@evilplan.org>
 
        * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
index 57e2291dde1e833344498f84a147e27b83e29a40..5fe9899c74d0b27c97a40eb352b41480c3eeb448 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtktreeviewcolumn.c: Fix a typo.
+       
 2001-06-26  Joel Becker  <jlbec@evilplan.org>
 
        * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
index 57e2291dde1e833344498f84a147e27b83e29a40..5fe9899c74d0b27c97a40eb352b41480c3eeb448 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtktreeviewcolumn.c: Fix a typo.
+       
 2001-06-26  Joel Becker  <jlbec@evilplan.org>
 
        * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
index f490332ac681403992abb3ff8c2ad62d74546acd..30bd8eb6d7faf1c2f50bc7888832207529b55298 100644 (file)
@@ -163,7 +163,7 @@ gtk_tree_view_column_class_init (GtkTreeViewColumnClass *class)
                                    PROP_VISIBLE,
                                    g_param_spec_boolean ("visible",
                                                         _("Visible"),
-                                                        _("Whether to display the colomn"),
+                                                        _("Whether to display the column"),
                                                          TRUE,
                                                          G_PARAM_READABLE | G_PARAM_WRITABLE));