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

Commit 73f530d

Browse files
author
Liudmila Mantrova
committed
DOC: typo fix from mmts branch
1 parent c786fd0 commit 73f530d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
978978
</para>
979979
<para>
980980
If the value is <literal>random</literal>, the host to connect to
981-
will be randomly picked from the list. It allows load balacing between
981+
will be randomly picked from the list. It allows load balancing between
982982
several cluster nodes. However, PostgreSQL doesn't currently support
983983
multimaster clusters. So, without the use of third-party products,
984984
only read-only connections can take advantage from
@@ -7311,7 +7311,7 @@ user=admin
73117311
</para>
73127312
<para>
73137313
If more than one <literal>host</literal> option is present in the same
7314-
section of the service file, it is interpeted as alternate servers for
7314+
section of the service file, it is interpreted as alternate servers for
73157315
failover or load-balancing. See <xref linkend="libpq-connect-host">
73167316
option in the connection string.
73177317
</para>

0 commit comments

Comments
 (0)