@@ -881,7 +881,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
881881 The cascading replication feature allows a standby server to accept replication
882882 connections and stream WAL records to other standbys, acting as a relay.
883883 This can be used to reduce the number of direct connections to the master
884- and also tominimise inter-site bandwidth overheads.
884+ and also tominimize inter-site bandwidth overheads.
885885 </para>
886886
887887 <para>
@@ -1041,7 +1041,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
10411041 <para>
10421042 Synchronous replication usually requires carefully planned and placed
10431043 standby servers to ensure applications perform acceptably. Waiting
1044- doesn'tutilise system resources, but transaction locks continue to be
1044+ doesn'tutilize system resources, but transaction locks continue to be
10451045 held until the transfer is confirmed. As a result, incautious use of
10461046 synchronous replication will reduce performance for database
10471047 applications because of increased response times and higher contention.