From: Heikki Linnakangas Date: Fri, 1 Aug 2014 18:13:17 +0000 (+0300) Subject: Fix typo in user manual X-Git-Tag: REL9_2_10~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc4871c19fb0aae3f90d63220b8e0a5c61dfa91b;p=postgresql Fix typo in user manual --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 0a6fbcf056..23cb213a03 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7029,7 +7029,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*) For backwards compatibility with earlier versions of PostgreSQL, if a root CA file exists, the behavior of sslmode=require will be the same - as that of verify-ca, meaning the sever certificate + as that of verify-ca, meaning the server certificate is validated against the CA. Relying on this behavior is discouraged, and applications that need certificate validation should always use verify-ca or verify-full.