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.
This commit is contained in:
Ralf Habacker 2020-07-03 15:01:50 +02:00 committed by Frank H. Ellenberger
parent c4d9ca7bc6
commit 4df6493bc2

View File

@ -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,