From 0e65931103d191bd08e016b91650244e864a91a9 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Tue, 7 Nov 2000 09:33:38 +0000 Subject: [PATCH] Fix spelling error. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3129 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/Group.c b/src/engine/Group.c index a3c99ddaa2..d08b0677f5 100644 --- a/src/engine/Group.c +++ b/src/engine/Group.c @@ -415,7 +415,7 @@ xaccGetPeerAccountFromName ( Account *acc, const char * name ) /* first, find the root of the account group structure */ root = xaccGetAccountRoot (acc); - /* now search all acounts hanging off the root */ + /* now search all accounts hanging off the root */ peer_acc = xaccGetAccountFromName (root, name); return peer_acc;