r20666 - gnucash/trunk/src - Spelling and other fixes in comments

Geert Janssens gjanssens at code.gnucash.org
Fri May 20 12:36:31 EDT 2011


Author: gjanssens
Date: 2011-05-20 12:36:31 -0400 (Fri, 20 May 2011)
New Revision: 20666
Trac: http://svn.gnucash.org/trac/changeset/20666

Modified:
   gnucash/trunk/src/business/business-gnome/dialog-vendor.c
   gnucash/trunk/src/gnome-utils/gnc-amount-edit.c
   gnucash/trunk/src/gnome-utils/gnc-tree-view-account.c
   gnucash/trunk/src/gnome-utils/gnc-tree-view-owner.c
   gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.c
Log:
Spelling and other fixes in comments

Modified: gnucash/trunk/src/business/business-gnome/dialog-vendor.c
===================================================================
--- gnucash/trunk/src/business/business-gnome/dialog-vendor.c	2011-05-20 16:31:42 UTC (rev 20665)
+++ gnucash/trunk/src/business/business-gnome/dialog-vendor.c	2011-05-20 16:36:31 UTC (rev 20666)
@@ -388,7 +388,7 @@
         currency = gnc_default_currency ();
 
     /*
-     * No existing employee window found.  Build a new one.
+     * No existing vendor window found.  Build a new one.
      */
     vw = g_new0 (VendorWindow, 1);
 

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.c	2011-05-20 16:31:42 UTC (rev 20665)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.c	2011-05-20 16:36:31 UTC (rev 20666)
@@ -384,7 +384,7 @@
                                  plugin_page);
     gnc_plugin_init_short_names (action_group, toolbar_labels);
 
-    /* Visisble types */
+    /* Visible types */
     priv->fd.visible_types = -1; /* Start with all types */
     priv->fd.show_hidden = FALSE;
     priv->fd.show_zero_total = TRUE;

Modified: gnucash/trunk/src/gnome-utils/gnc-amount-edit.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-amount-edit.c	2011-05-20 16:31:42 UTC (rev 20665)
+++ gnucash/trunk/src/gnome-utils/gnc-amount-edit.c	2011-05-20 16:36:31 UTC (rev 20666)
@@ -311,7 +311,7 @@
  * @gae: The GNCAmountEdit widget
  *
  * Returns the amount entered in the GNCAmountEdit widget,
- * parsing the epxression if necessary. The result of parsing
+ * parsing the expression if necessary. The result of parsing
  * replaces the expression.
  */
 gnc_numeric
@@ -331,7 +331,7 @@
  * @gae: The GNCAmountEdit widget
  *
  * Returns the amount entered in the GNCAmountEdit widget,
- * parsing the epxression if necessary. The result of parsing
+ * parsing the expression if necessary. The result of parsing
  * replaces the expression.
  */
 double

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-view-account.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-view-account.c	2011-05-20 16:31:42 UTC (rev 20665)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-view-account.c	2011-05-20 16:36:31 UTC (rev 20666)
@@ -743,7 +743,7 @@
                                     sort_by_placeholder,
                                     gnc_tree_view_account_placeholder_toggled);
 
-    /* Update column titles to use the curreny name. */
+    /* Update column titles to use the currency name. */
     gtva_update_column_names(view);
 
     /* By default only the first column is visible. */

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-view-owner.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-view-owner.c	2011-05-20 16:31:42 UTC (rev 20665)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-view-owner.c	2011-05-20 16:36:31 UTC (rev 20666)
@@ -297,7 +297,7 @@
 
     model = sort_cb_setup_w_iters(f_model, f_iter1, f_iter2, &iter1, &iter2, &owner1, &owner2);
 
-    /* Get the strings. */
+    /* Get the booleans. */
     gtk_tree_model_get(GTK_TREE_MODEL(model), &iter1,  column, &bool1, -1);
     gtk_tree_model_get(GTK_TREE_MODEL(model), &iter2,  column, &bool2, -1);
 



More information about the gnucash-changes mailing list