]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo in user manual
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 1 Aug 2014 18:13:17 +0000 (21:13 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 1 Aug 2014 18:14:19 +0000 (21:14 +0300)
doc/src/sgml/libpq.sgml

index a3c7de8b89b139ffeffb22f181b7b97d54e277ac..490bb14f46a25ee2abf0d64621f4cea592f6fa53 100644 (file)
@@ -7144,7 +7144,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>.