aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2020-05-16 15:10:36 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2020-05-16 15:10:36 -0400
commit1cbc143f06113cbd1b94790c0781aa4b410cffc2 (patch)
tree7450d2248c3cf5eb4784cb9c350ae9fb0f79fddd
parentfa27dd40d5c5f56a1ee837a75c97549e992e32a4 (diff)
downloadpostgresql-1cbc143f06113cbd1b94790c0781aa4b410cffc2.tar.gz
postgresql-1cbc143f06113cbd1b94790c0781aa4b410cffc2.zip
Fix typo in glossary
Reported privately by Justin Pryzby
-rw-r--r--doc/src/sgml/glossary.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/glossary.sgml b/doc/src/sgml/glossary.sgml
index 8bb1ea5d877..2d73c9f7695 100644
--- a/doc/src/sgml/glossary.sgml
+++ b/doc/src/sgml/glossary.sgml
@@ -668,7 +668,7 @@
Contains the values of <glossterm linkend="glossary-tuple">row</glossterm>
attributes (i.e. the data) for a
<glossterm linkend="glossary-relation">relation</glossterm>.
- The heap is realized within one of more
+ The heap is realized within one or more
<glossterm linkend="glossary-file-segment">file segments</glossterm>
in the relation's <glossterm linkend="glossary-fork">main fork</glossterm>.
</para>