Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d16f270

Browse files
committed
Typo fix from Brendan Jurd.
1 parent 33b9c8b commit d16f270

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

doc/FAQ_DEV

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Wed Aug 22 20:10:01 EDT 2007
4+
Last updated: Sun Sep 23 14:06:36 EDT 2007
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -220,7 +220,7 @@ General Questions
220220

221221
The next step is to test your changes against the existing regression
222222
test suite. To do this, issue "make check" in the root directory of
223-
the source tree. If any tests failure, investigate.
223+
the source tree. If any tests fail, investigate.
224224

225225
If you've deliberately changed existing behavior, this change might
226226
cause a regression test failure but not any actual regression. If so,

doc/src/FAQ/FAQ_DEV.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<H1>Developer's Frequently Asked Questions (FAQ) for
1414
PostgreSQL</H1>
1515

16-
<P>Last updated: Wed Aug 22 20:10:01 EDT 2007</P>
16+
<P>Last updated: Sun Sep 23 14:06:36 EDT 2007</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<A href=
1919
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
@@ -291,8 +291,7 @@ <H3 id="item1.9">1.9) How do I test my changes?</H3>
291291

292292
<P>The next step is to test your changes against the existing
293293
regression test suite. To do this, issue "make check" in the root
294-
directory of the source tree. If any tests failure,
295-
investigate.</P>
294+
directory of the source tree. If any tests fail, investigate.</P>
296295

297296
<P>If you've deliberately changed existing behavior, this change
298297
might cause a regression test failure but not any actual regression.

0 commit comments

Comments
 (0)