diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-09-23 18:06:47 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-09-23 18:06:47 +0000 |
commit | d16f270e5915ee091feb35ede89db40d2fd9c10f (patch) | |
tree | 7a2f938bc103b527a27b33a2d5b05da48a5cfb3c /doc/FAQ_DEV | |
parent | 33b9c8bd680ff0159cd17d50931075a44c89d96a (diff) | |
download | postgresql-d16f270e5915ee091feb35ede89db40d2fd9c10f.tar.gz postgresql-d16f270e5915ee091feb35ede89db40d2fd9c10f.zip |
Typo fix from Brendan Jurd.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index e3816b2682f..c87df225a72 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -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 (bruce@momjian.us) @@ -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, |