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 | 1393acb3836d32e512801bb00f0cc6b4d2a58dc8 (patch) | |
tree | 8b93b104cb1348561078e62fdd80638cd432f4c7 | |
parent | 5ce51f8280d3e2a59dbcd93c9d8244e3bf96944d (diff) | |
download | postgresql-1393acb3836d32e512801bb00f0cc6b4d2a58dc8.tar.gz postgresql-1393acb3836d32e512801bb00f0cc6b4d2a58dc8.zip |
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 8ad722b44d4..4379a122230 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -549,7 +549,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 f7e13f20f83..3a90c80d0b4 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -553,7 +553,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 63b2641fd4a..ceea6a0a193 100644 --- a/doc/src/sgml/ref/pg_receivewal.sgml +++ b/doc/src/sgml/ref/pg_receivewal.sgml @@ -254,7 +254,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> |