From 85ecedf1d810f0cb0a7ec949fcb4538312a7783c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 11 Mar 2005 11:59:16 +0000 Subject: [PATCH] Fix typos. Robert Treat --- doc/FAQ_DEV | 2 +- doc/src/FAQ/FAQ_DEV.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 4655c11bf2..d06eb08c52 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Fri Mar 11 06:43:43 EST 2005 + Last updated: Fri Mar 11 06:58:51 EST 2005 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index f70aa8704d..199a163cef 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@

Developer's Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Fri Mar 11 06:42:00 EST 2005

+

Last updated: Fri Mar 11 06:58:51 EST 2005

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -199,7 +199,7 @@

Basic system testing

The easiest way to test your code is to ensure that it builds - against the latest verion of the code and that it does not generate + against the latest version of the code and that it does not generate compiler warnings.

It is worth advised that you pass --enable-cassert to @@ -217,7 +217,7 @@ directory of the source tree. If any tests failure, investigate.

-

If you've deliberately changed existing behaviour, this change +

If you've deliberately changed existing behavior, this change may cause a regression test failure but not any actual regression. If so, you should also patch the regression test suite.

@@ -479,7 +479,7 @@
  • The initscript;
  • -
  • Any other ancilliary scripts and files;
  • +
  • Any other ancillary scripts and files;
  • A README.rpm-dist document that tries to adequately document both the differences between the RPM build and the WHY of the @@ -608,7 +608,7 @@ cvs ... checkout pgsql -

    To get a past branch, you cd to whereever you want it and +

    To get a past branch, you cd to wherever you want it and say

         cvs ... checkout -r BRANCHNAME pgsql
    @@ -697,7 +697,7 @@
         the source code is available at http://gborg.postgresql.org/project/pgweb/projdisplay.php
         , the code for the next version of the website is under the
    -    "portal" module. You will al so find code for the "techdocs"
    +    "portal" module. You will also find code for the "techdocs"
         website if you would like to contribute to that. A temporary todo
         list for current website development issues is available at