Skip to content

Commit f93f1a2

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 6c91e28 commit f93f1a2

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
@@ -424,7 +424,7 @@ PostgreSQL documentation
424424
<listitem>
425425
<para>
426426
Specifies parameters used to connect to the server, as a <link
427-
linkend="libpq-connstring">connction string</link>; these
427+
linkend="libpq-connstring">connection string</link>; these
428428
will override any conflicting command line options.
429429
</para>
430430
<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)