r19375 - gnucash/trunk/src/gnome-utils - Fix spelling in comment.

Geert Janssens gjanssens at code.gnucash.org
Thu Jul 15 18:36:39 EDT 2010


Author: gjanssens
Date: 2010-07-15 18:36:39 -0400 (Thu, 15 Jul 2010)
New Revision: 19375
Trac: http://svn.gnucash.org/trac/changeset/19375

Modified:
   gnucash/trunk/src/gnome-utils/dialog-options.c
Log:
Fix spelling in comment.

Modified: gnucash/trunk/src/gnome-utils/dialog-options.c
===================================================================
--- gnucash/trunk/src/gnome-utils/dialog-options.c	2010-07-15 22:27:39 UTC (rev 19374)
+++ gnucash/trunk/src/gnome-utils/dialog-options.c	2010-07-15 22:36:39 UTC (rev 19375)
@@ -1247,7 +1247,7 @@
     gtk_notebook_append_page(GTK_NOTEBOOK(propertybox->notebook),
                              page_content_box, page_label);
 
-    /* Switch to selection from a list if the page count threshhold is reached */
+    /* Switch to selection from a list if the page count threshold is reached */
     page_count = gtk_notebook_page_num(GTK_NOTEBOOK(propertybox->notebook),
                                        page_content_box);
 



More information about the gnucash-changes mailing list