* src/backend/postgres/txn.c: fix spelling

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6399 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2001-12-20 11:01:52 +00:00
parent aa5229d387
commit 2e76108b23

View File

@@ -932,8 +932,8 @@ pgend_trans_commit_edit (Backend * bend,
bufp = "ROLLBACK;";
SEND_QUERY (be,bufp,);
FINISH_QUERY(be->connection);
PINFO ("old tranasction didn't match DB, edit rolled back)\n");
PINFO ("old transaction didn't match DB, edit rolled back)\n");
/* What happens here: We return to the engine with an
* error code. This causes the engine to call
@@ -978,7 +978,7 @@ pgend_trans_commit_edit (Backend * bend,
* message from the GUI about saving one's data. However, it doesn't
* do the right thing if the connection to the backend was ever lost.
* what should happen is the user should get a chance to
* resynchronize thier data with the backend, before quiting out.
* resynchronize their data with the backend, before quiting out.
*/
{
Split * s = xaccTransGetSplit (trans, 0);