Fix a typo.

2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>

	* gtk/gtktreeviewcolumn.c: Fix a typo.
This commit is contained in:
Kjartan Maraas
2001-06-27 23:34:43 +00:00
committed by Kjartan Maraas
parent c56c429767
commit f10e18bfd6
8 changed files with 29 additions and 1 deletions

View 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));