aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-03-21 03:12:01 +0800
committerChris Lahey <clahey@src.gnome.org>2001-03-21 03:12:01 +0800
commitf5624b74ca4770ddf36761de288638bb06d8001b (patch)
tree9fecc88b0917233db6cf2f78689ac86c369cbdb0
parentfbb7448b5e10f89471432478789605cfe36ccff3 (diff)
downloadgsoc2013-evolution-f5624b74ca4770ddf36761de288638bb06d8001b.tar
gsoc2013-evolution-f5624b74ca4770ddf36761de288638bb06d8001b.tar.gz
gsoc2013-evolution-f5624b74ca4770ddf36761de288638bb06d8001b.tar.bz2
gsoc2013-evolution-f5624b74ca4770ddf36761de288638bb06d8001b.tar.lz
gsoc2013-evolution-f5624b74ca4770ddf36761de288638bb06d8001b.tar.xz
gsoc2013-evolution-f5624b74ca4770ddf36761de288638bb06d8001b.tar.zst
gsoc2013-evolution-f5624b74ca4770ddf36761de288638bb06d8001b.zip
Fixed a typo in the word horiztonal.
2001-03-20 Christopher James Lahey <clahey@ximian.com> * e-table.c: Fixed a typo in the word horiztonal. svn path=/trunk/; revision=8852
-rw-r--r--widgets/table/e-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c
index 716b81fd75..f1f68242f0 100644
--- a/widgets/table/e-table.c
+++ b/widgets/table/e-table.c
@@ -562,7 +562,7 @@ et_build_groups (ETable *et)
0);
e_canvas_vbox_add_item(E_CANVAS_VBOX(et->canvas_vbox), GNOME_CANVAS_ITEM(et->group));
gnome_canvas_item_set(GNOME_CANVAS_ITEM(et->group),
- "horiztonal_draw_grid", et->horizontal_draw_grid,
+ "horizontal_draw_grid", et->horizontal_draw_grid,
"vertical_draw_grid", et->vertical_draw_grid,
"drawfocus", et->draw_focus,
"cursor_mode", et->cursor_mode,