aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2024-05-04 02:33:25 +1200
committerDavid Rowley <drowley@postgresql.org>2024-05-04 02:33:25 +1200
commita42fc1c903b54ba94374e5e0c08905b9a1479f19 (patch)
tree179e5cab5edf67090abbc3edd6e31fe50ff74e87 /doc/src
parent4a044b9497093f349605fb9912446c5f1bcf228c (diff)
downloadpostgresql-a42fc1c903b54ba94374e5e0c08905b9a1479f19.tar.gz
postgresql-a42fc1c903b54ba94374e5e0c08905b9a1479f19.zip
Fix an assortment of typos
Author: Alexander Lakhin Discussion: https://postgr.es/m/ae9f2fcb-4b24-5bb0-4240-efbbbd944ca1@gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/regress.sgml2
-rw-r--r--doc/src/sgml/targets-meson.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml
index d7e78204adc..d1042e02228 100644
--- a/doc/src/sgml/regress.sgml
+++ b/doc/src/sgml/regress.sgml
@@ -331,7 +331,7 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance libpq_encryption'
<term><literal>xid_wraparound</literal></term>
<listitem>
<para>
- Runs the test suite under <filename>src/test/module/xid_wrapround</filename>.
+ Runs the test suite under <filename>src/test/modules/xid_wraparound</filename>.
Not enabled by default because it is resource intensive.
</para>
</listitem>
diff --git a/doc/src/sgml/targets-meson.txt b/doc/src/sgml/targets-meson.txt
index 1c42dd30285..bd470c87a70 100644
--- a/doc/src/sgml/targets-meson.txt
+++ b/doc/src/sgml/targets-meson.txt
@@ -11,7 +11,7 @@ Code Targets:
backend Build backend and related modules
bin Build frontend binaries
contrib Build contrib modules
- pl Build procedual languages
+ pl Build procedural languages
Developer Targets:
reformat-dat-files Rewrite catalog data files into standard format