aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2023-12-20 23:07:44 +0100
committerDaniel Gustafsson <dgustafsson@postgresql.org>2023-12-20 23:07:44 +0100
commite6c56f2a9d45d2ee636bb94c93a4268c39a1ad18 (patch)
treea71c581d9b139a17cf929c32f29ccdeb53d0dc04
parent30e54d5c5d8fceb7287162c116961fa0627544f5 (diff)
downloadpostgresql-e6c56f2a9d45d2ee636bb94c93a4268c39a1ad18.tar.gz
postgresql-e6c56f2a9d45d2ee636bb94c93a4268c39a1ad18.zip
doc: Fix typo in pg_combinebackup documentation
Commit dc2123400 accidentally misspelled "combination".
-rw-r--r--doc/src/sgml/ref/pg_combinebackup.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_combinebackup.sgml b/doc/src/sgml/ref/pg_combinebackup.sgml
index e1729671a5d..e1cb31607ec 100644
--- a/doc/src/sgml/ref/pg_combinebackup.sgml
+++ b/doc/src/sgml/ref/pg_combinebackup.sgml
@@ -85,7 +85,7 @@ PostgreSQL documentation
The <option>-n</option>/<option>--dry-run</option> option instructs
<command>pg_cominebackup</command> to figure out what would be done
without actually creating the target directory or any output files.
- It is particularly useful in comination with <option>--debug</option>.
+ It is particularly useful in combination with <option>--debug</option>.
</para>
</listitem>
</varlistentry>