diff options
author | Michael Meskes <meskes@postgresql.org> | 2006-11-17 08:46:53 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2006-11-17 08:46:53 +0000 |
commit | 4b8049b815c1c3775c3d2b86718109b0a40b14d5 (patch) | |
tree | 496dcf068236fc535359293e8a7f96418643275b | |
parent | be4dbd9b26fd036b0182ef1eee41e79bf303ca1b (diff) |
Fixed small typo, missing 'l' in 'Cluserting'
-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 9e1e1a134ea..19b9740be0f 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.10 2006/11/17 04:52:46 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/failover.sgml,v 1.11 2006/11/17 08:46:53 meskes Exp $ --> <chapter id="failover"> <title>Failover, Replication, Load Balancing, and Clustering Options</title> @@ -204,7 +204,7 @@ </varlistentry> <varlistentry> - <term>Multi-Master Replication Using Custering</term> + <term>Multi-Master Replication Using Clustering</term> <listitem> <para> |