From 1d4521a68f17106a4dff4fd7c8b78125e62aff67 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sat, 5 Jan 2002 03:11:24 +0000 Subject: [PATCH] typo fix git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6508 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/backend/postgres/txnmass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/postgres/txnmass.c b/src/backend/postgres/txnmass.c index e7bf72ea7d..8707583f1a 100644 --- a/src/backend/postgres/txnmass.c +++ b/src/backend/postgres/txnmass.c @@ -70,7 +70,7 @@ get_mass_trans_cb (PGBackend *be, PGresult *result, int j, gpointer data) { /* If transaction already exists, determine whose data is * 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;