diff --git a/src/engine/Group.c b/src/engine/Group.c index f83d3c9580..dc23b7f2f5 100644 --- a/src/engine/Group.c +++ b/src/engine/Group.c @@ -378,7 +378,7 @@ xaccAppendAccounts (AccountGroup *grp, GList **accounts_p) *accounts_p = g_list_append (*accounts_p, account); - xaccApppendAccounts (account->children, accounts_p); + xaccAppendAccounts (account->children, accounts_p); } }