diff options
author | Bruce Momjian | 2020-11-11 00:18:35 +0000 |
---|---|---|
committer | Bruce Momjian | 2020-11-11 00:18:35 +0000 |
commit | b8b6a0124b21edd4aed24217a8e5ecf621ccd661 (patch) | |
tree | 4d127a79cd6ef51edf1d3c73e4e8ebc62eb6d019 | |
parent | 97f73a978fc1aca59c6ad765548ce0096d95a923 (diff) |
doc: fix spelling "connction" to "connection"
Was wrong in commit 1a9388bd0f.
Reported-by: Tom Lane, Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 9.5
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_receivewal.sgml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index e993e8761c..5754ad5aa6 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -654,7 +654,7 @@ PostgreSQL documentation <listitem> <para> Specifies parameters used to connect to the server, as a <link - linkend="libpq-connstring">connction string</link>; these + linkend="libpq-connstring">connection string</link>; these will override any conflicting command line options. </para> <para> diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 8749643092..3c2f9c774f 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -550,7 +550,7 @@ PostgreSQL documentation <listitem> <para> Specifies parameters used to connect to the server, as a <link - linkend="libpq-connstring">connction string</link>; these + linkend="libpq-connstring">connection string</link>; these will override any conflicting command line options. </para> <para> diff --git a/doc/src/sgml/ref/pg_receivewal.sgml b/doc/src/sgml/ref/pg_receivewal.sgml index 26a66c0e19..45b544cf49 100644 --- a/doc/src/sgml/ref/pg_receivewal.sgml +++ b/doc/src/sgml/ref/pg_receivewal.sgml @@ -253,7 +253,7 @@ PostgreSQL documentation <listitem> <para> Specifies parameters used to connect to the server, as a <link - linkend="libpq-connstring">connction string</link>; these + linkend="libpq-connstring">connection string</link>; these will override any conflicting command line options. </para> <para> |