@@ -1313,7 +1313,7 @@ char *PQport(const PGconn *conn);
13131313 Returns the debug <acronym>TTY</acronym> of the connection.
13141314 (This is obsolete, since the server no longer pays attention
13151315 to the <acronym>TTY</acronym> setting, but the function remains
1316- forbackwards compatibility.)
1316+ forbackward compatibility.)
13171317
13181318<synopsis>
13191319char *PQtty(const PGconn *conn);
@@ -6933,7 +6933,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
69336933 The default value for <literal>sslmode</> is <literal>prefer</>. As is shown
69346934 in the table, this makes no sense from a security point of view, and it only
69356935 promises performance overhead if possible. It is only provided as the default
6936- forbackwards compatibility, and is not recommended in secure deployments.
6936+ forbackward compatibility, and is not recommended in secure deployments.
69376937 </para>
69386938
69396939 </sect2>