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 *