diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index ade4caf4c1a..089c7d87d2b 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,4 +1,4 @@ - + <application>ECPG</application> - Embedded <acronym>SQL</acronym> in C @@ -2393,7 +2393,7 @@ void PGTYPESdecimal_free(decimal *var); - There are two compatiblity modes: INFORMIX, INFORMIX_SE + There are two compatibility modes: INFORMIX, INFORMIX_SE When linking programs that use this compatibility mode, remember to link diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 85ba6dadd1d..c92eef82d6a 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ - + <application>libpq</application> - C Library @@ -6388,7 +6388,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) The default value for sslmode is prefer. As is shown in the table, this makes no sense from a security point of view, and it only promises performance overhead if possible. It is only provided as the default - for backwards compatiblity, and not recommended in secure deployments. + for backwards compatibility, and not recommended in secure deployments.