mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user