Typo fix from Brendan Jurd.
authorBruce Momjian
Sun, 23 Sep 2007 18:06:47 +0000 (18:06 +0000)
committerBruce Momjian
Sun, 23 Sep 2007 18:06:47 +0000 (18:06 +0000)
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index e3816b2682fdffaed856c9d015bba9aedb51d282..c87df225a72c8618e79e96c6722e2fc9a66d7de7 100644 (file)
@@ -1,7 +1,7 @@
 
           Developer's Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Wed Aug 22 20:10:01 EDT 2007
+   Last updated: Sun Sep 23 14:06:36 EDT 2007
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -220,7 +220,7 @@ General Questions
    
    The next step is to test your changes against the existing regression
    test suite. To do this, issue "make check" in the root directory of
-   the source tree. If any tests failure, investigate.
+   the source tree. If any tests fail, investigate.
    
    If you've deliberately changed existing behavior, this change might
    cause a regression test failure but not any actual regression. If so,
index f14e99f07a10c83ad47f78045a93e5c132f47d0e..027c9d00422df7c8481d715a9ccf5b10de1dd937 100644 (file)
@@ -13,7 +13,7 @@
     

Developer's Frequently Asked Questions (FAQ) for

     PostgreSQL
 
-    

Last updated: Wed Aug 22 20:10:01 EDT 2007

+    

Last updated: Sun Sep 23 14:06:36 EDT 2007

 
     

Current maintainer: Bruce Momjian (

 
     

The next step is to test your changes against the existing

     regression test suite. To do this, issue "make check" in the root
-    directory of the source tree. If any tests failure,
-    investigate.

+    directory of the source tree. If any tests fail, investigate.

 
     

If you've deliberately changed existing behavior, this change

     might cause a regression test failure but not any actual regression.