1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Typo fix from Brendan Jurd.

This commit is contained in:
Bruce Momjian
2007-09-23 18:06:47 +00:00
parent 33b9c8bd68
commit d16f270e59
2 changed files with 4 additions and 5 deletions

View File

@ -13,7 +13,7 @@
<H1>Developer's Frequently Asked Questions (FAQ) for
PostgreSQL</H1>
<P>Last updated: Wed Aug 22 20:10:01 EDT 2007</P>
<P>Last updated: Sun Sep 23 14:06:36 EDT 2007</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
@ -291,8 +291,7 @@
<P>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.</P>
directory of the source tree. If any tests fail, investigate.</P>
<P>If you've deliberately changed existing behavior, this change
might cause a regression test failure but not any actual regression.