From: Heikki Linnakangas Date: Tue, 8 Feb 2011 19:47:38 +0000 (+0200) Subject: Fix typo, by Kevin Grittner. X-Git-Tag: REL9_1_ALPHA4~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1703f0e8da2e8e3eccb6e12879c011ba106f8a62;p=postgresql Fix typo, by Kevin Grittner. --- diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index f71f978ef2..c5d3309100 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -670,7 +670,7 @@ ERROR: could not serialize access due to read/write dependencies among transact permanent database writes within Serializable transactions on the master will ensure that all standbys will eventually reach a consistent state, a Repeatable Read transaction run on the standby can sometimes - see a transient state which in inconsistent with any serial execution + see a transient state which is inconsistent with any serial execution of serializable transactions on the master.