Skip to content

Commit efc3069

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 cea97d9 commit efc3069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/ref/pg_basebackup.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ PostgreSQL documentation
445445
<listitem>
446446
<para>
447447
Specifies parameters used to connect to the server, as a <link
448-
linkend="libpq-connstring">connction string</link>; these
448+
linkend="libpq-connstring">connection string</link>; these
449449
will override any conflicting command line options.
450450
</para>
451451
<para>

doc/src/sgml/ref/pg_dumpall.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ PostgreSQL documentation
420420
<listitem>
421421
<para>
422422
Specifies parameters used to connect to the server, as a <link
423-
linkend="libpq-connstring">connction string</link>; these
423+
linkend="libpq-connstring">connection string</link>; these
424424
will override any conflicting command line options.
425425
</para>
426426
<para>

0 commit comments

Comments
 (0)