You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2007/12/24 19:11:05 UTC

svn commit: r606721 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/overview.html

Author: mbenson
Date: Mon Dec 24 10:11:04 2007
New Revision: 606721

URL: http://svn.apache.org/viewvc?rev=606721&view=rev
Log:
sp

Modified:
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/overview.html

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/overview.html
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/overview.html?rev=606721&r1=606720&r2=606721&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/overview.html (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/overview.html Mon Dec 24 10:11:04 2007
@@ -43,8 +43,8 @@
     </td>
     <td valign="top">
       A new <code>Collection</code> subinterface that stores each object together
-      with the number of occurances. Methods are provided to get the number of
-      occurances, and to add and remove a certain number of that object.
+      with the number of occurrences. Methods are provided to get the number of
+      occurrences, and to add and remove a certain number of that object.
     </td>
   </tr>
   <tr>
@@ -71,7 +71,7 @@
     </td>
     <td valign="top">
       A new <code>Map</code> subinterface that is used when a map has an order, but is
-      not sorted. Methods enable bidriectional iteration through the map.
+      not sorted. Methods enable bidirectional iteration through the map.
     </td>
   </tr>
   <tr>