git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6508 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2002-01-05 03:11:24 +00:00
parent 5150ab09c4
commit 1d4521a68f

View File

@ -70,7 +70,7 @@ get_mass_trans_cb (PGBackend *be, PGresult *result, int j, gpointer data)
{ {
/* If transaction already exists, determine whose data is /* If transaction already exists, determine whose data is
* newer: the engine cache, or the database. If the * newer: the engine cache, or the database. If the
* engine has newer stuff, ignore the databae contents. * engine has newer stuff, ignore the database contents.
*/ */
gint32 db_version, cache_version; gint32 db_version, cache_version;