@@ -1313,7 +1313,7 @@ char *PQport(const PGconn *conn);
1313
1313
Returns the debug <acronym>TTY</acronym> of the connection.
1314
1314
(This is obsolete, since the server no longer pays attention
1315
1315
to the <acronym>TTY</acronym> setting, but the function remains
1316
- forbackwards compatibility.)
1316
+ forbackward compatibility.)
1317
1317
1318
1318
<synopsis>
1319
1319
char *PQtty(const PGconn *conn);
@@ -6933,7 +6933,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
6933
6933
The default value for <literal>sslmode</> is <literal>prefer</>. As is shown
6934
6934
in the table, this makes no sense from a security point of view, and it only
6935
6935
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.
6937
6937
</para>
6938
6938
6939
6939
</sect2>