From d16f270e5915ee091feb35ede89db40d2fd9c10f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 23 Sep 2007 18:06:47 +0000 Subject: Typo fix from Brendan Jurd. --- doc/src/FAQ/FAQ_DEV.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index f14e99f07a1..027c9d00422 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: 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)
@@ -291,8 +291,7 @@

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. -- cgit v1.2.3