From 3f70567f7df04f957aeeb3c4ebcf144d9d189a46 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 4 Oct 1998 07:05:28 +0000 Subject: [PATCH] misc stuff git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1259 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/date.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/date.c b/src/engine/date.c index 9c8568e6cc..1897430247 100644 --- a/src/engine/date.c +++ b/src/engine/date.c @@ -346,7 +346,7 @@ int daysInMonth( int month , int year ) * compares date1 and date2 * * If you tink you need this function, you probably don't. * * You should probably use xaccTransOrder instead. Some * - * if the algorithms used here depend on the superior ordering * + * of the algorithms used here depend on the superior ordering * * that xaccTransOrder provides. * * * * Args: date1 - the first date to look at *