summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2006-11-17 09:00:03 +0000
committerNeil Conway <neilc@samurai.com>2006-11-17 09:00:03 +0000
commit42cfdfb453c30f9500f058994a249647713d6006 (patch)
treed148f59215bf37c25b311c3279b3b8fbd92f89cb /doc/src
parent4b8049b815c1c3775c3d2b86718109b0a40b14d5 (diff)
Fix a typo.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/failover.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/failover.sgml b/doc/src/sgml/failover.sgml
index 19b9740be0f..3957d3ef45d 100644
--- a/doc/src/sgml/failover.sgml
+++ b/doc/src/sgml/failover.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/failover.sgml,v 1.11 2006/11/17 08:46:53 meskes Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/failover.sgml,v 1.12 2006/11/17 09:00:03 neilc Exp $ -->
<chapter id="failover">
<title>Failover, Replication, Load Balancing, and Clustering Options</title>
@@ -121,7 +121,7 @@
<para>
A master/slave replication setup sends all data modification
- queries to the master server. The master server asynchonously
+ queries to the master server. The master server asynchronously
sends data changes to the slave server. The slave can answer
read-only queries while the master server is running. The
slave server is ideal for data warehouse queries.