aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2022-11-18 12:52:44 +0100
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2022-11-18 12:53:49 +0100
commit83eccb85625fce8f63ee2cd4fc60d72de4008d90 (patch)
treef5a0e722fcdcbe2ea6eed8b3861625a1b27ac636
parent28d233c8e6e599dc4377dda75d97fce55a26fbc3 (diff)
downloadpostgresql-83eccb85625fce8f63ee2cd4fc60d72de4008d90.tar.gz
postgresql-83eccb85625fce8f63ee2cd4fc60d72de4008d90.zip
Fix typo
Erik Rijkers
-rw-r--r--doc/src/sgml/ref/initdb.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml
index 2410330cd6c..75dc065d31d 100644
--- a/doc/src/sgml/ref/initdb.sgml
+++ b/doc/src/sgml/ref/initdb.sgml
@@ -374,7 +374,7 @@ PostgreSQL documentation
<listitem>
<para>
Selects the user name of the
- <glossterm linkend="glossary-bootstrap-superuser">boostrap superuser</glossterm>.
+ <glossterm linkend="glossary-bootstrap-superuser">bootstrap superuser</glossterm>.
This defaults to the name of the
<glossterm linkend="glossary-cluster-owner">cluster owner</glossterm>.
</para>