* src/engine/Transaction.c: fix spelling

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6401 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-12-20 11:03:40 +00:00
parent c5af00805e
commit 5b717264ea

View File

@ -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");
}