aboutsummaryrefslogtreecommitdiff
path: root/doc/src/FAQ/FAQ_DEV.html
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-03-11 11:59:16 +0000
committerBruce Momjian <bruce@momjian.us>2005-03-11 11:59:16 +0000
commit85ecedf1d810f0cb0a7ec949fcb4538312a7783c (patch)
treed09f673d90fb6358ceabd5213eb7f326b9bc7ea4 /doc/src/FAQ/FAQ_DEV.html
parente185618f5d52703757b19f030bc63cff12aa16e7 (diff)
downloadpostgresql-85ecedf1d810f0cb0a7ec949fcb4538312a7783c.tar.gz
postgresql-85ecedf1d810f0cb0a7ec949fcb4538312a7783c.zip
Fix typos.
Robert Treat
Diffstat (limited to 'doc/src/FAQ/FAQ_DEV.html')
-rw-r--r--doc/src/FAQ/FAQ_DEV.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html
index f70aa8704d2..199a163cef1 100644
--- a/doc/src/FAQ/FAQ_DEV.html
+++ b/doc/src/FAQ/FAQ_DEV.html
@@ -13,7 +13,7 @@
<H1>Developer's Frequently Asked Questions (FAQ) for
PostgreSQL</H1>
- <P>Last updated: Fri Mar 11 06:42:00 EST 2005</P>
+ <P>Last updated: Fri Mar 11 06:58:51 EST 2005</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -199,7 +199,7 @@
<P><B>Basic system testing</B></P>
<P>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.</P>
<P>It is worth advised that you pass --enable-cassert to
@@ -217,7 +217,7 @@
directory of the source tree. If any tests failure,
investigate.</P>
- <P>If you've deliberately changed existing behaviour, this change
+ <P>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.</P>
@@ -479,7 +479,7 @@
<LI>The initscript;</LI>
- <LI>Any other ancilliary scripts and files;</LI>
+ <LI>Any other ancillary scripts and files;</LI>
<LI>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
</PRE>
- <P>To get a past branch, you cd to whereever you want it and
+ <P>To get a past branch, you cd to wherever you want it and
say</P>
<PRE>
cvs ... checkout -r BRANCHNAME pgsql
@@ -697,7 +697,7 @@
the source code is available at <A href=
"http://gborg.postgresql.org/project/pgweb/projdisplay.php">http://gborg.postgresql.org/project/pgweb/projdisplay.php</A>
, 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 <A
href=