aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-08-01 21:13:17 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-08-01 21:13:17 +0300
commit822ff44c822007ee14cacfebfe0792d1de669df9 (patch)
tree6a7043f1f0d5f07ddef1d6f9add803bc0257d2d3
parent54685338e37889eebd473804c3feb006dd83a882 (diff)
downloadpostgresql-822ff44c822007ee14cacfebfe0792d1de669df9.tar.gz
postgresql-822ff44c822007ee14cacfebfe0792d1de669df9.zip
Fix typo in user manual
-rw-r--r--doc/src/sgml/libpq.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 7887a5ad7e8..db634a87df0 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -7158,7 +7158,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
<literal>sslmode</literal>=<literal>require</literal> will be the same
- as that of <literal>verify-ca</literal>, meaning the sever certificate
+ as that of <literal>verify-ca</literal>, meaning the server certificate
is validated against the CA. Relying on this behavior is discouraged,
and applications that need certificate validation should always use
<literal>verify-ca</literal> or <literal>verify-full</literal>.