mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
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
This commit is contained in:
parent
5ce51f8280
commit
1393acb383
3 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue