]> granicus.if.org Git - postgresql/commitdiff
Fix typo in previous commit
authorSimon Riggs <simon@2ndQuadrant.com>
Wed, 17 Oct 2012 08:24:16 +0000 (09:24 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Wed, 17 Oct 2012 08:24:16 +0000 (09:24 +0100)
doc/src/sgml/ref/create_index.sgml

index 400450460de06174c615e44d00378f03fd9db95a..258a26c5168b1e6a0050c27869e55156a9ca6be5 100644 (file)
@@ -435,7 +435,7 @@ Indexes:
     after a database crash if there were unwritten changes.
     Also, changes to hash indexes are not replicated over warm standby
     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>