Fix spelling, from Michael Heuer

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-01-06 21:24:01 +00:00
parent 37777fa7df
commit f9c9bd31cc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
The <a href="http://java.sun.com/products/j2se/1.4/docs/guide/collections/">Java Collections Framework</a>
was a major addition in JDK 1.2.
It added many powerful data structures that accelerate development of most significant Java applications.
Since that time it has become the regognised standard for collection handling in the Java language.
Since that time it has become the recognised standard for collection handling in the Java language.
</p>
<p>
Commons-Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities.