mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix spelling error.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3129 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
afdd02e15b
commit
0e65931103
@ -415,7 +415,7 @@ xaccGetPeerAccountFromName ( Account *acc, const char * name )
|
|||||||
/* first, find the root of the account group structure */
|
/* first, find the root of the account group structure */
|
||||||
root = xaccGetAccountRoot (acc);
|
root = xaccGetAccountRoot (acc);
|
||||||
|
|
||||||
/* now search all acounts hanging off the root */
|
/* now search all accounts hanging off the root */
|
||||||
peer_acc = xaccGetAccountFromName (root, name);
|
peer_acc = xaccGetAccountFromName (root, name);
|
||||||
|
|
||||||
return peer_acc;
|
return peer_acc;
|
||||||
|
Loading…
Reference in New Issue
Block a user