Author: dennisl
Date: Sun May 7 13:02:04 2006
New Revision: 404829
URL: http://svn.apache.org/viewcvs?rev=404829&view=rev
Log:
Correct spelling.
Modified:
jakarta/commons/proper/collections/trunk/xdocs/compatibility.xml
jakarta/commons/proper/collections/trunk/xdocs/history.xml
jakarta/commons/proper/collections/trunk/xdocs/userguide.xml
Modified: jakarta/commons/proper/collections/trunk/xdocs/compatibility.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/collections/trunk/xdocs/compatibility.xml?rev=404829&r1=404828&r2=404829&view=diff
==============================================================================
--- jakarta/commons/proper/collections/trunk/xdocs/compatibility.xml (original)
+++ jakarta/commons/proper/collections/trunk/xdocs/compatibility.xml Sun May 7
13:02:04 2006
@@ -27,7 +27,7 @@
<section name="Version compatibility of Commons Collections">
<p>
-This page details the compatibiilty of different collections releases.
+This page details the compatibility of different collections releases.
</p>
<p>
@@ -88,7 +88,7 @@
<p>
For the future, a new tool <a href="http://clirr.sourceforge.net">clirr</a> is
being developed
-to help spot binary incompatibiilty before release.
+to help spot binary incompatibility before release.
</p>
</section>
Modified: jakarta/commons/proper/collections/trunk/xdocs/history.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/collections/trunk/xdocs/history.xml?rev=404829&r1=404828&r2=404829&view=diff
==============================================================================
--- jakarta/commons/proper/collections/trunk/xdocs/history.xml (original)
+++ jakarta/commons/proper/collections/trunk/xdocs/history.xml Sun May 7
13:02:04 2006
@@ -35,7 +35,7 @@
<b>Collections 1.0</b> was a gathering of different Collection, Comparator,
Iterator and
Utility classes written elsewhere in Jakarta.
At this stage, the component focussed mainly on getting re-use of code by
making
-everything avaialable together.
+everything available together.
</p>
<p>
All classes were placed in one package except the comparators, which had their
own subpackage.
Modified: jakarta/commons/proper/collections/trunk/xdocs/userguide.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/collections/trunk/xdocs/userguide.xml?rev=404829&r1=404828&r2=404829&view=diff
==============================================================================
--- jakarta/commons/proper/collections/trunk/xdocs/userguide.xml (original)
+++ jakarta/commons/proper/collections/trunk/xdocs/userguide.xml Sun May 7
13:02:04 2006
@@ -122,7 +122,7 @@
<p>
A new interface hierarchy has been added to support bidirectional maps -
<code>BidiMap.</code>
-These represent maps where the the key can lookup the value and the value can
lookup the key with equal ease.
+These represent maps where the key can lookup the value and the value can
lookup the key with equal ease.
</p>
<source>
BidiMap bidi = new TreeBidiMap();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]