Fix a couple errors:

``an FAQ'' -> ``a FAQ''  (/fack/ is the generally accepted pronunciation)
``acommon'' -> ``a common''
This commit is contained in:
Chris Costello 1999-09-22 22:25:48 +00:00
parent 2d12b68cc7
commit 8195afcc0e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5699

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.73 1999/09/22 08:33:22 wosch Exp $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -421,7 +421,7 @@ description (3-10 lines) to
projects.</li>
<li><a name="sparc" href="http://www.freebsd.org/~obrien/freebsd-sparc/">Porting FreeBSD to Sparc systems</a>
Contains information on the FreeBSD Sparc port including an FAQ,
Contains information on the FreeBSD Sparc port including a FAQ,
some early boot code, information on Sparc processors and motherboards,
and other Sparc projects.</li>
@ -475,7 +475,7 @@ description (3-10 lines) to
<h3>Misc</h3>
<ul>
<li><a name="global" href="http://www.tamacom.com/global/">GLOBAL</a>
is acommon source code tag system that works the same way across
is a common source code tag system that works the same way across
diverse environments. Currently, it supports the shell command line,
the nvi editor, web browser, the emacs editor, and the elvis editor,
and the supported languages are C, Yacc, and Java.</li>