Skip to content

Commit 1703f0e

Browse files
committed
Fix typo, by Kevin Grittner.
1 parent 7a7d36e commit 1703f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/mvcc.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
670670
permanent database writes within Serializable transactions on the
671671
master will ensure that all standbys will eventually reach a consistent
672672
state, a Repeatable Read transaction run on the standby can sometimes
673-
see a transient state which in inconsistent with any serial execution
673+
see a transient state which is inconsistent with any serial execution
674674
of serializable transactions on the master.
675675
</para>
676676
</warning>

0 commit comments

Comments
 (0)