diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-11-10 19:18:35 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-11-10 19:18:35 -0500 |
commit | 19fd4f20b6a75058ca5be8037da529bb8cd55898 (patch) | |
tree | 98e18cf9ac6afb44e09181e74afc10390d26db0d /doc/src | |
parent | 5c456d30807136e47ea936d67946cfada3f0e71c (diff) |
doc: fix spelling "connction" to "connection"
Was wrong in commit 1a9388bd0f.
Reported-by: Tom Lane, Justin Pryzby
Discussion: https://postgr.es/m/20201102063333.GE22691@telsasoft.com
Backpatch-through: 9.5
Diffstat (limited to 'doc/src')
-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 e993e8761c1..5754ad5aa6b 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 4645e3820a2..79a48a6a8c4 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -551,7 +551,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 ea257d1d1c2..cf9c41d54b0 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> |