doc: Fix typos in documentation
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 15 Apr 2025 19:32:18 +0000 (21:32 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 15 Apr 2025 19:32:18 +0000 (21:32 +0200)
This fixes a set of typos introduced during the v18 development
cycle.

Author: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at>
Discussion: https://postgr.es/m/7038B4C5-2742-42B1-A8F0-0FFEAECF02A7@yesql.se

doc/src/sgml/amcheck.sgml
doc/src/sgml/protocol.sgml
doc/src/sgml/ref/initdb.sgml
doc/src/sgml/system-views.sgml

index 98f836e15e79e38f12db04cb0ead173f703cc6ae..211a0ae1945bb334614eb3ea17479694cd64bedc 100644 (file)
@@ -201,7 +201,7 @@ ORDER BY c.relpages DESC LIMIT 10;
      <para>
       <function>gin_index_check</function> tests that its target GIN index
       has consistent parent-child tuples relations (no parent tuples
-      require tuple adjustement) and page graph respects balanced-tree
+      require tuple adjustment) and page graph respects balanced-tree
       invariants (internal pages reference only leaf page or only internal
       pages).
      </para>
index a746c967053d2e1734d777177e7d90d2de37aad1..65bbfc34f50b5a83deb773e48570cded9072078a 100644 (file)
       <entry>PostgreSQL 18 and later</entry>
       <entry>Current latest version. The secret key used in query
         cancellation was enlarged from 4 bytes to a variable length field. The
-        BackendKeyData message was changed to accomodate that, and the CancelRequest
+        BackendKeyData message was changed to accommodate that, and the CancelRequest
         message was redefined to have a variable length payload.
       </entry>
       </row>
index 2f1f9a42f90445bfd7c525fea8fe8cc7d266982c..7613174c18b567b856ce2678ed0a0b2470c5a70b 100644 (file)
@@ -543,7 +543,7 @@ PostgreSQL documentation
        </para>
        <para>
         Note that if <option>--no-sync-data-files</option> is used in
-        conjuction with <option>--sync-method=syncfs</option>, some or all of
+        conjunction with <option>--sync-method=syncfs</option>, some or all of
         the aforementioned files and directories will be synchronized because
         <literal>syncfs</literal> processes entire file systems.
        </para>
index 737e7489b78d8f7e1cb4ce0c839439295617bccf..b58c52ea50f5a537d16a60ebdeb30b7f5554b20d 100644 (file)
@@ -4070,7 +4070,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
    <productname>PostgreSQL</productname> itself and memory allocated
    by extensions using the mechanisms detailed in
    <xref linkend="xfunc-shared-addin" />. This view will output multiple rows
-   for each of the shared memory segments provided that they are spread accross
+   for each of the shared memory segments provided that they are spread across
    multiple NUMA nodes. This view should not be queried by monitoring systems
    as it is very slow and may end up allocating shared memory in case it was not
    used earlier.