misc stuff

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1259 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-10-04 07:05:28 +00:00
parent 92617ed70c
commit 3f70567f7d

View File

@ -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 *