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;