Fix a typo.
authorNeil Conway
Fri, 17 Nov 2006 09:00:03 +0000 (09:00 +0000)
committerNeil Conway
Fri, 17 Nov 2006 09:00:03 +0000 (09:00 +0000)
doc/src/sgml/failover.sgml

index 19b9740be0f1da3eddcebf6d1ff7652031231be7..3957d3ef45dd10be99a41a0c36a1d99158ad5810 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Failover, Replication, Load Balancing, and Clustering Options
 
    
     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.