diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-10-27 12:40:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-10-27 12:40:26 +0000 |
commit | 27163e3872145c995ff019e795d090048d477882 (patch) | |
tree | b3e94bf1a73c8a4292a50374f7c1f5d89db39b48 | |
parent | 50f479a11262572e305ac74e25ccd41ed093f47d (diff) | |
download | postgresql-27163e3872145c995ff019e795d090048d477882.tar.gz postgresql-27163e3872145c995ff019e795d090048d477882.zip |
Fix typo in docs.
-rw-r--r-- | doc/src/sgml/failover.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/failover.sgml b/doc/src/sgml/failover.sgml index f0a1b257a3b..36819a2b9c5 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.2 2006/10/26 17:07:03 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/failover.sgml,v 1.3 2006/10/27 12:40:26 momjian Exp $ --> <chapter id="failover"> <title>Failover, Replication, Load Balancing, and Clustering Options</title> @@ -60,7 +60,7 @@ </para> <para> - This remainder of this section outlines various failover, replication, + The remainder of this section outlines various failover, replication, and load balancing solutions. </para> |