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 | ceb883d2a3622e01ed30895f3515e03897993423 (patch) | |
tree | 9b7e1e3520de717087680248389e315c8e9af12c | |
parent | 253f02c46f0e999d2970396709b1df08590ccfb7 (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
-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 d838fe0bd13..2b7443b93fd 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -516,7 +516,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 00bf5e6739a..9c83a648200 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -468,7 +468,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 e2cfb1786cb..8e07aba0329 100644 --- a/doc/src/sgml/ref/pg_receivewal.sgml +++ b/doc/src/sgml/ref/pg_receivewal.sgml @@ -215,7 +215,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> |