Fix typo in previous commit
authorSimon Riggs <simon@2ndQuadrant.com>
Wed, 17 Oct 2012 08:21:29 +0000 (09:21 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Wed, 17 Oct 2012 08:21:29 +0000 (09:21 +0100)
doc/src/sgml/indices.sgml
doc/src/sgml/ref/create_index.sgml

index 9e090af0a0fe08a5672eba722f27a61733857ec5..c4abaf894d1390a90ccd5d771efe0641b665a253 100644 (file)
@@ -194,7 +194,7 @@ CREATE INDEX <replaceable>name</replaceable> ON <replaceable>table</replaceable>
     after a database crash if there were unwritten changes.
     Also, changes to hash indexes are not replicated over streaming or
     file-based replication after the initial base backup, so they
-    give wrong anwers to queries that subsequently use them.
+    give wrong answers to queries that subsequently use them.
     For these reasons, hash index use is presently discouraged.
    </para>
   </caution>
index 06bd06ba7c95206a0887c9fedce424db60971429..701f6513683c2d6023ab84ddca133f94b44d0e52 100644 (file)
@@ -446,7 +446,7 @@ Indexes:
     after a database crash if there were unwritten changes.
     Also, changes to hash indexes are not replicated over streaming or
     file-based replication after the initial base backup, so they
-    give wrong anwers to queries that subsequently use them.
+    give wrong answers to queries that subsequently use them.
     For these reasons, hash index use is presently discouraged.
    </para>
   </caution>