From 5b717264ea36231d05a9ab8223e675ca390ac40e Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Thu, 20 Dec 2001 11:03:40 +0000 Subject: [PATCH] * src/engine/Transaction.c: fix spelling git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6401 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Transaction.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/Transaction.c b/src/engine/Transaction.c index e18b317d6c..5cf986589f 100644 --- a/src/engine/Transaction.c +++ b/src/engine/Transaction.c @@ -1606,8 +1606,8 @@ xaccTransCommitEdit (Transaction *trans) if (ERR_BACKEND_MODIFIED == errcode) { PWARN("Another user has modified this transaction\n" - "\tjust a moment ago. Please look at thier changes,\n" - "\t and try again, if needed.\n" + "\tjust a moment ago. Please look at their changes,\n" + "\tand try again, if needed.\n" "\t(This dialog should be a gui dialog and \n" "\tshould check for errors)\n"); }