Skip to content

Commit 4cb7536

Browse files
committed
Fix some spelling errors.
Thom Brown
1 parent 52d0b49 commit 4cb7536

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.99 2010/05/09 16:30:31 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.100 2010/05/13 14:16:41 mha Exp $ -->
22

33
<chapter id="ecpg">
44
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
@@ -2865,7 +2865,7 @@ struct sqlname
28652865
</programlisting>
28662866
</para>
28672867
<para>
2868-
There are two compatiblity modes: INFORMIX, INFORMIX_SE
2868+
There are two compatibility modes: INFORMIX, INFORMIX_SE
28692869
</para>
28702870
<para>
28712871
When linking programs that use this compatibility mode, remember to link

doc/src/sgml/high-availability.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.67 2010/05/03 09:15:17 heikki Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.68 2010/05/13 14:16:41 mha Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability, Load Balancing, and Replication</title>
@@ -201,7 +201,7 @@ protocol to make nodes agree on a serializable transactional order.
201201
must query such values from a single server and then use those
202202
values in write queries. Another option is to use this replication
203203
option with a traditional master-slave setup, i.e. data modification
204-
queries are sent only to the master and are propogated to the
204+
queries are sent only to the master and are propagated to the
205205
slaves via master-slave replication, not by the replication
206206
middleware. Care must also be taken that all
207207
transactions either commit or abort on all servers, perhaps
@@ -1559,7 +1559,7 @@ if (!triggered)
15591559
node itself. And you are still getting the benefit of off-loading the
15601560
execution onto the standby. <varname>max_standby_delay</> should
15611561
not be used in this case because delayed WAL files might already
1562-
contain entries that invalidate the current shapshot.
1562+
contain entries that invalidate the current snapshot.
15631563
</para>
15641564

15651565
<para>
@@ -1823,7 +1823,7 @@ LOG: database system is ready to accept read only connections
18231823
</para>
18241824

18251825
<para>
1826-
The statististics collector is active during recovery. All scans, reads, blocks,
1826+
The statistics collector is active during recovery. All scans, reads, blocks,
18271827
index usage, etc., will be recorded normally on the standby. Replayed
18281828
actions will not duplicate their effects on primary, so replaying an
18291829
insert will not increment the Inserts column of pg_stat_user_tables.

doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.304 2010/04/03 07:22:54 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.305 2010/05/13 14:16:41 mha Exp $ -->
22

33
<chapter id="libpq">
44
<title><application>libpq</application> - C Library</title>
@@ -6635,7 +6635,7 @@ user=admin
66356635
The default value for <literal>sslmode</> is <literal>prefer</>. As is shown
66366636
in the table, this makes no sense from a security point of view, and it only
66376637
promises performance overhead if possible. It is only provided as the default
6638-
for backwards compatiblity, and not recommended in secure deployments.
6638+
for backwards compatibility, and not recommended in secure deployments.
66396639
</para>
66406640

66416641
</sect2>

0 commit comments

Comments
 (0)