Small fixes in comments

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21999 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens
2012-02-10 15:34:45 +00:00
parent 37b3e98a83
commit 6467765d7b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1065,7 +1065,7 @@ PaymentWindow * gnc_ui_payment_new_with_txn (GncOwner *owner, Transaction *txn)
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)
+1 -1
View File
@@ -765,7 +765,7 @@ gnc_tree_view_price_set_selected_price (GncTreeViewPrice *view,
/*
* 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