Fix typos
authorDevrim GÜNDÜZ <devrim at gunduz.org>
Sun, 13 Aug 2006 22:36:06 +0000 (22:36 +0000)
committerDevrim GÜNDÜZ <devrim at gunduz.org>
Sun, 13 Aug 2006 22:36:06 +0000 (22:36 +0000)
README

diff --git a/README b/README
index 445b9efdb67ad694ed067e81719c51287fc75002..4f5e4620447fab0d186f84f341044e27c7b8c913 100644 (file)
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ pgpool version 3.1 README
    When one of PostgreSQL server goes down, pgpool tries to continue
    serverce with live server. This is called "degeneration mode".
    When you want to come back to the replication mode, please make
-   sure that the DB contens matche among two servers. The best way is
+   sure that the DB contens matches among two servers. The best way is
    shutdown the live server and do a physical copy using rsync from
    the live server to the dead server. Once the DB contents match you
    start the two postmaster then restart pgpool.
@@ -620,7 +620,7 @@ test=# SELECT * FROM dblink('port=9999 dbname=test', 'show pool_status')
 
    $ pgbench -i test
   
-   Prepare PHP script. Here is an exmaple PHP script.
+   Prepare PHP script. Here is an example PHP script.
 
    <?php
     ini_set("track_errors", "1");