Typo fixes.
Found by: codespell
This commit is contained in:
parent
c517b63825
commit
fe8d12f4d8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=37419
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/install.sgml,v 1.15 2011/06/01 04:50:58 glewis Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/install.sgml,v 1.16 2011/06/03 06:21:09 glewis Exp $">
|
||||
<!ENTITY title "FreeBSD &java; Project: How To Install">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
@ -43,7 +43,7 @@ this port builds a native JDK for FreeBSD.</p>
|
|||
<td>
|
||||
<h3><a name="linux-sun-jdk">Oracle JDK for Linux</a></h3>
|
||||
|
||||
<p>This port installs the Java Developement Kit from Oracle which was built for Linux. It will run under FreeBSD using the Linux compatibility.</p>
|
||||
<p>This port installs the Java Development Kit from Oracle which was built for Linux. It will run under FreeBSD using the Linux compatibility.</p>
|
||||
|
||||
<p><code>cd /usr/ports/java/linux-sun-jdk16
|
||||
<BR>make install clean
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
Divide time in to <year>, <month>, and <day> elements, each of which
|
||||
has a <name>.
|
||||
|
||||
each <day> element contains one or more <event> elements.
|
||||
Each <day> element contains one or more <event> elements.
|
||||
|
||||
Each <event> contains an optional <title>, and then a <p>. <p> elements
|
||||
can contain <a> anchors.
|
||||
|
@ -20,7 +20,7 @@
|
|||
<news>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/java/news.xml,v 1.11 2011/02/13 06:21:04 glewis Exp $
|
||||
$FreeBSD: www/en/java/news.xml,v 1.12 2011/02/19 03:55:41 ryusuke Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -910,7 +910,7 @@
|
|||
<name>10</name>
|
||||
|
||||
<event>
|
||||
<title>Sun Java Compability Kit Testing</title>
|
||||
<title>Sun Java Compatibility Kit Testing</title>
|
||||
|
||||
<p>On August 7th, 2000, the FreeBSD &jdk; team was given
|
||||
access to Sun's JCK (Java Compatibility Kit), which will
|
||||
|
|
Loading…
Reference in a new issue