From 68e87d3160c6dc748536067097a1260e4a18fc76 Mon Sep 17 00:00:00 2001 From: balkamm Date: Fri, 15 Jun 2012 11:50:10 -0300 Subject: [PATCH] Small fix --- source/tutorial/perform-two-phase-commits.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/perform-two-phase-commits.txt b/source/tutorial/perform-two-phase-commits.txt index 46a8a5ccdb4..7be776b6b27 100644 --- a/source/tutorial/perform-two-phase-commits.txt +++ b/source/tutorial/perform-two-phase-commits.txt @@ -312,7 +312,7 @@ Rollback In some cases you may need to "rollback" or undo a transaction when the application needs to "cancel" the transaction, or because it can -never sauced as in cases where one of the accounts doesn't exist, or +never recover as in cases where one of the accounts doesn't exist, or stops existing during the transaction. There are two possible rollback operations: