gnucash maint: Fix API doc of gnc_account_lookup_by_code()

Frank H.Ellenberger fell at code.gnucash.org
Sat Aug 1 01:44:50 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/4df6493b (commit)
	from  https://github.com/Gnucash/gnucash/commit/c4d9ca7b (commit)



commit 4df6493bc22535ba09849dbeda8b5886882c0b31
Author: Ralf Habacker <ralf.habacker at freenet.de>
Date:   Fri Jul 3 15:01:50 2020 +0200

    Fix API doc of gnc_account_lookup_by_code()
    
    Taken from PR #762, but it is separate issue and rest of the PR needs
    some discussion.

diff --git a/libgnucash/engine/Account.h b/libgnucash/engine/Account.h
index 2cc8160c3..e23401d99 100644
--- a/libgnucash/engine/Account.h
+++ b/libgnucash/engine/Account.h
@@ -905,7 +905,7 @@ Account *gnc_account_lookup_by_name (const Account *parent, const char *name);
 Account *gnc_account_lookup_by_full_name (const Account *any_account,
         const gchar *name);
 
-/** The gnc_account_lookup_full_name() subroutine works like
+/** The gnc_account_lookup_by_code() subroutine works like
  *  gnc_account_lookup_by_name, but uses the account code.
  */
 Account *gnc_account_lookup_by_code (const Account *parent,



Summary of changes:
 libgnucash/engine/Account.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list