From: Bruce Momjian Date: Wed, 11 Nov 2020 00:18:35 +0000 (-0500) Subject: doc: fix spelling "connction" to "connection" X-Git-Tag: REL_11_11~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fed2b5b2eddba03bda7d62376186b141630ce38;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 0903d35524d..85af452ee9b 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -547,7 +547,7 @@ PostgreSQL documentation Specifies parameters used to connect to the server, as a connction string; these + linkend="libpq-connstring">connection string; these will override any conflicting command line options. diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 067f5cd4036..3fc37c42ba7 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -509,7 +509,7 @@ PostgreSQL documentation Specifies parameters used to connect to the server, as a connction string; these + linkend="libpq-connstring">connection string; these will override any conflicting command line options. diff --git a/doc/src/sgml/ref/pg_receivewal.sgml b/doc/src/sgml/ref/pg_receivewal.sgml index 320f219a94d..3f254f6e16b 100644 --- a/doc/src/sgml/ref/pg_receivewal.sgml +++ b/doc/src/sgml/ref/pg_receivewal.sgml @@ -254,7 +254,7 @@ PostgreSQL documentation Specifies parameters used to connect to the server, as a connction string; these + linkend="libpq-connstring">connection string; these will override any conflicting command line options.