Delete extraneous characters from comment.
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 17 Mar 2009 10:13:48 +0000 (19:13 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 17 Mar 2009 10:13:48 +0000 (19:13 +0900)
Thanks to Ben Pfaff for pointing this out.

src/ui/gui/psppire-data-editor.c

index a608e6de29e8745d089b885189e0249dc5b36570..ab3b21284ec55d23968c7c0de5c3a3fa246beb52 100644 (file)
@@ -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 ();