r21999 - gnucash/trunk/src - Small fixes in comments

Geert Janssens gjanssens at code.gnucash.org
Fri Feb 10 10:34:46 EST 2012


Author: gjanssens
Date: 2012-02-10 10:34:45 -0500 (Fri, 10 Feb 2012)
New Revision: 21999
Trac: http://svn.gnucash.org/trac/changeset/21999

Modified:
   gnucash/trunk/src/business/business-gnome/dialog-payment.c
   gnucash/trunk/src/gnome-utils/gnc-tree-view-price.c
Log:
Small fixes in comments

Modified: gnucash/trunk/src/business/business-gnome/dialog-payment.c
===================================================================
--- gnucash/trunk/src/business/business-gnome/dialog-payment.c	2012-02-10 15:34:36 UTC (rev 21998)
+++ gnucash/trunk/src/business/business-gnome/dialog-payment.c	2012-02-10 15:34:45 UTC (rev 21999)
@@ -1065,7 +1065,7 @@
     if (!txn)
         return NULL;
 
-    // We require the txn to have one split in an A/R or A/P account.
+    // We require the txn to have one split in an Asset account.
 
     slist = xaccTransGetSplitList(txn);
     if (!slist)

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-view-price.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-view-price.c	2012-02-10 15:34:36 UTC (rev 21998)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-view-price.c	2012-02-10 15:34:45 UTC (rev 21999)
@@ -765,7 +765,7 @@
 
 /*
  * This helper function is called once for each row in the tree view
- * that is currently selected.  Its task is to an the corresponding
+ * that is currently selected.  Its task is to add the corresponding
  * price to the end of a glist.
  */
 static void



More information about the gnucash-changes mailing list