aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2023-12-21 15:36:17 -0500
committerRobert Haas <rhaas@postgresql.org>2023-12-21 15:36:17 -0500
commit49f2194ed5c1f6274ac807fb033880aee0b0d1c3 (patch)
tree639049031e9933071de256a6823ef16575dcab67 /doc/src
parentba08c10fcd7f58486e77166fa93e61ed59962da0 (diff)
downloadpostgresql-49f2194ed5c1f6274ac807fb033880aee0b0d1c3.tar.gz
postgresql-49f2194ed5c1f6274ac807fb033880aee0b0d1c3.zip
Fix numerous typos in incremental backup commits.
Apparently, spell check would have been a really good idea. Alexander Lakhin, with a few additions as per an off-list report from Andres Freund. Discussion: http://postgr.es/m/f08f7c60-1ad3-0b57-d580-54b11f07cddf@gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_basebackup.sgml2
-rw-r--r--doc/src/sgml/ref/pg_combinebackup.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml
index 7c183a5cfd2..e411ddbf456 100644
--- a/doc/src/sgml/ref/pg_basebackup.sgml
+++ b/doc/src/sgml/ref/pg_basebackup.sgml
@@ -213,7 +213,7 @@ PostgreSQL documentation
<varlistentry>
<term><option>-i <replaceable class="parameter">old_manifest_file</replaceable></option></term>
- <term><option>--incremental=<replaceable class="parameter">old_meanifest_file</replaceable></option></term>
+ <term><option>--incremental=<replaceable class="parameter">old_manifest_file</replaceable></option></term>
<listitem>
<para>
Performs an <link linkend="backup-incremental-backup">incremental
diff --git a/doc/src/sgml/ref/pg_combinebackup.sgml b/doc/src/sgml/ref/pg_combinebackup.sgml
index e1cb31607ec..8a0a600c2b2 100644
--- a/doc/src/sgml/ref/pg_combinebackup.sgml
+++ b/doc/src/sgml/ref/pg_combinebackup.sgml
@@ -83,7 +83,7 @@ PostgreSQL documentation
<listitem>
<para>
The <option>-n</option>/<option>--dry-run</option> option instructs
- <command>pg_cominebackup</command> to figure out what would be done
+ <command>pg_combinebackup</command> to figure out what would be done
without actually creating the target directory or any output files.
It is particularly useful in combination with <option>--debug</option>.
</para>