@@ -881,7 +881,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
881
881
The cascading replication feature allows a standby server to accept replication
882
882
connections and stream WAL records to other standbys, acting as a relay.
883
883
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.
885
885
</para>
886
886
887
887
<para>
@@ -1041,7 +1041,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
1041
1041
<para>
1042
1042
Synchronous replication usually requires carefully planned and placed
1043
1043
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
1045
1045
held until the transfer is confirmed. As a result, incautious use of
1046
1046
synchronous replication will reduce performance for database
1047
1047
applications because of increased response times and higher contention.