From 2cfc0f1a2831070bd36fb3c52bea503fcb30837c Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 17 Mar 2009 19:13:48 +0900 Subject: [PATCH] Delete extraneous characters from comment. Thanks to Ben Pfaff for pointing this out. --- src/ui/gui/psppire-data-editor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ui/gui/psppire-data-editor.c b/src/ui/gui/psppire-data-editor.c index a608e6de..ab3b2128 100644 --- a/src/ui/gui/psppire-data-editor.c +++ b/src/ui/gui/psppire-data-editor.c @@ -862,11 +862,10 @@ init_data_sheet (PsppireDataEditor *de) de->vaxis[0] = psppire_axis_impl_new (); de->vaxis[1] = psppire_axis_impl_new (); - /* Txoxovhere's only one horizontal axis, since the + /* There's only one horizontal axis, since the column widths are parameters of the variables */ de->haxis = psppire_axis_impl_new (); - de->split = TRUE; de->paned = gtk_xpaned_new (); -- 2.30.2