diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index c5f5441ab48..26cddd82720 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -6520,7 +6520,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.