[gnumeric] Typo.



commit 16eb1376b0b7dd741ba54b6dd1ae9a947522b1ab
Author: Morten Welinder <terra gnome org>
Date:   Thu Apr 30 16:03:08 2009 -0400

    Typo.
---
 src/wbc-gtk.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/wbc-gtk.c b/src/wbc-gtk.c
index 5e5bb81..6b42db5 100644
--- a/src/wbc-gtk.c
+++ b/src/wbc-gtk.c
@@ -912,7 +912,7 @@ cb_notebook_switch_page (G_GNUC_UNUSED GtkNotebook *notebook_,
  * allocated to the tabs.  We don't want empty space on the tabs side
  * at all.
  *
- * We is quite difficult to trick the GtkPaned into doing.  Basically,
+ * This is quite difficult to trick the GtkPaned into doing.  Basically,
  * we need to size_request the tabs notebook in non-scrollable mode
  * and only make it scrollable if we don't have room.  Further, we
  * need to make the notebook non-shrinkable when (and only when) the
@@ -2002,7 +2002,7 @@ cb_update_item_bar_font (GtkWidget *w)
 }
 
 static void
-cb_desktop_font_changed (GtkSettings *settings, GParamSpec  *pspec,
+cb_desktop_font_changed (GtkSettings *settings, GParamSpec *pspec,
 			 WBCGtk *wbcg)
 {
 	if (wbcg->font_desc)
@@ -2020,6 +2020,7 @@ wbcg_get_gtk_settings (WBCGtk *wbcg)
 }
 
 /* ------------------------------------------------------------------------- */
+
 static int
 show_gui (WBCGtk *wbcg)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]