mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user