Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 19fd4f2

Browse files
committed
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
1 parent 5c456d3 commit 19fd4f2

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
@@ -654,7 +654,7 @@ PostgreSQL documentation
654654
<listitem>
655655
<para>
656656
Specifies parameters used to connect to the server, as a <link
657-
linkend="libpq-connstring">connction string</link>; these
657+
linkend="libpq-connstring">connection string</link>; these
658658
will override any conflicting command line options.
659659
</para>
660660
<para>

doc/src/sgml/ref/pg_dumpall.sgml

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

doc/src/sgml/ref/pg_receivewal.sgml

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

0 commit comments

Comments
 (0)