]> granicus.if.org Git - postgresql/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:15:37 +0000 (21:15 +0300)
doc/src/sgml/libpq.sgml

index 99653a9ed5b74afe197c6bf8caee6f598cc5a9f1..ddef31821ffea0f7aa6d6afacdff997bb65fc268 100644 (file)
@@ -6742,7 +6742,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>.