Doc: fix typos in documentation
authorDaniel Gustafsson <[email protected]>
Sun, 10 Apr 2022 19:42:43 +0000 (21:42 +0200)
committerDaniel Gustafsson <[email protected]>
Sun, 10 Apr 2022 19:42:43 +0000 (21:42 +0200)
Commits 39969e2a1e4 and 5c279a6d350 accidentally included a typo each
in the user facing documentation.

doc/src/sgml/backup.sgml
doc/src/sgml/custom-rmgr.sgml

index 6812e9ec661e92516c4572110ded9a368229de02..5b147a746dea144ba1fb6d79f30c2f33ebc6febc 100644 (file)
@@ -889,7 +889,7 @@ SELECT pg_backup_start(label => 'label', fast => false);
      regularly scheduled checkpoint to complete, which may take a long time (see the
      configuration parameters <xref linkend="guc-checkpoint-timeout"/> and
      <xref linkend="guc-checkpoint-completion-target"/>).  This is
-     usually preferrable as it minimizes the impact on the running system.  If you
+     usually preferable as it minimizes the impact on the running system.  If you
      want to start the backup as soon as possible, pass <literal>true</literal> as
      the second parameter to <function>pg_backup_start</function> and it will
      request an immediate checkpoint, which will finish as fast as possible using
index 17a4f1dfbdeb6bbe3bff2aadd8c2cc8a59c51603..dd917c54b620195c89ebe74a5b68334403d48211 100644 (file)
@@ -19,7 +19,7 @@
   an extension to implement.
  </para>
  <para>
-  To create a new custom WAL resouce manager, first define an
+  To create a new custom WAL resource manager, first define an
   <structname>RmgrData</structname> structure with implementations for the
   resource manager methods. Refer to
   <filename>src/backend/access/transam/README</filename> and