Skip to content

Commit 1393acb

Browse files
committed
doc: fix spelling "connction" to "connection"
Was wrong in commit 1a9388b. Reported-by: Tom Lane, Justin Pryzby Discussion: https://postgr.es/m/20201102063333.GE22691@telsasoft.com Backpatch-through: 9.5
1 parent 5ce51f8 commit 1393acb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/sgml/ref/pg_basebackup.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ PostgreSQL documentation
549549
<listitem>
550550
<para>
551551
Specifies parameters used to connect to the server, as a <link
552-
linkend="libpq-connstring">connction string</link>; these
552+
linkend="libpq-connstring">connection string</link>; these
553553
will override any conflicting command line options.
554554
</para>
555555
<para>

doc/src/sgml/ref/pg_dumpall.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ PostgreSQL documentation
553553
<listitem>
554554
<para>
555555
Specifies parameters used to connect to the server, as a <link
556-
linkend="libpq-connstring">connction string</link>; these
556+
linkend="libpq-connstring">connection string</link>; these
557557
will override any conflicting command line options.
558558
</para>
559559
<para>

doc/src/sgml/ref/pg_receivewal.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ PostgreSQL documentation
254254
<listitem>
255255
<para>
256256
Specifies parameters used to connect to the server, as a <link
257-
linkend="libpq-connstring">connction string</link>; these
257+
linkend="libpq-connstring">connection string</link>; these
258258
will override any conflicting command line options.
259259
</para>
260260
<para>

0 commit comments

Comments
 (0)