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:
Dave Peticolas 2000-11-07 09:33:38 +00:00
parent afdd02e15b
commit 0e65931103

View File

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