From e5d7cd62ee5b7d68bbebb433d0d97930023f5bc5 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Wed, 2 Apr 2003 05:09:24 +0000 Subject: [PATCH] fix docos git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8172 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Scrub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/Scrub.h b/src/engine/Scrub.h index acf7a3ea85..1e6fb187bb 100644 --- a/src/engine/Scrub.h +++ b/src/engine/Scrub.h @@ -64,7 +64,7 @@ void xaccAccountTreeScrubOrphans (Account *acc); void xaccGroupScrubOrphans (AccountGroup *grp); /** The ScrubSplit methods ensure that splits with the same commodity - * and command currency have the same amount and value. + * and currency have the same amount and value. */ void xaccSplitScrub (Split *split); void xaccTransScrubSplits (Transaction *trans);