From 4e408a8ebaa0f46eba1739a311fb4c49edc0bcb2 Mon Sep 17 00:00:00 2001 From: Oleg Kosmakov Date: Wed, 23 Jan 2013 16:57:13 +0200 Subject: [PATCH] Update source/tutorial/perform-two-phase-commits.txt Fixed the word order --- 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 827e2626541..f228455dc06 100644 --- a/source/tutorial/perform-two-phase-commits.txt +++ b/source/tutorial/perform-two-phase-commits.txt @@ -277,7 +277,7 @@ Recovering from Failure Scenarios The most important part of the transaction procedure is not, the prototypical example above, but rather the possibility for recovering -the from various failure scenarios when transactions do not complete +from the various failure scenarios when transactions do not complete as intended. This section will provide an overview of possible failures and provide methods to recover from these kinds of events.