Skip to content

Commit dc4871c

Browse files
committed
Fix typo in user manual
1 parent c83aed3 commit dc4871c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7029,7 +7029,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
70297029
For backwards compatibility with earlier versions of PostgreSQL, if a
70307030
root CA file exists, the behavior of
70317031
<literal>sslmode</literal>=<literal>require</literal> will be the same
7032-
as that of <literal>verify-ca</literal>, meaning the sever certificate
7032+
as that of <literal>verify-ca</literal>, meaning the server certificate
70337033
is validated against the CA. Relying on this behavior is discouraged,
70347034
and applications that need certificate validation should always use
70357035
<literal>verify-ca</literal> or <literal>verify-full</literal>.

0 commit comments

Comments
 (0)