Skip to content

Commit df35b7e

Browse files
Fix typo in previous commit
1 parent 9818844 commit df35b7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/indices.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ CREATE INDEX <replaceable>name</replaceable> ON <replaceable>table</replaceable>
194194
after a database crash if there were unwritten changes.
195195
Also, changes to hash indexes are not replicated over streaming or
196196
file-based replication after the initial base backup, so they
197-
give wrong anwers to queries that subsequently use them.
197+
give wrong answers to queries that subsequently use them.
198198
For these reasons, hash index use is presently discouraged.
199199
</para>
200200
</caution>

doc/src/sgml/ref/create_index.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ Indexes:
446446
after a database crash if there were unwritten changes.
447447
Also, changes to hash indexes are not replicated over streaming or
448448
file-based replication after the initial base backup, so they
449-
give wrong anwers to queries that subsequently use them.
449+
give wrong answers to queries that subsequently use them.
450450
For these reasons, hash index use is presently discouraged.
451451
</para>
452452
</caution>

0 commit comments

Comments
 (0)