Index: src/main/java/java/util/concurrent/CopyOnWriteArrayList.java =================================================================== --- src/main/java/java/util/concurrent/CopyOnWriteArrayList.java (revision 488944) +++ src/main/java/java/util/concurrent/CopyOnWriteArrayList.java (working copy) @@ -387,7 +387,7 @@ return sb.toString(); } - // private and pakage private methods + // private and package private methods @SuppressWarnings("unchecked") private final E[] newElementArray(int size) { @@ -554,7 +554,7 @@ /** * Checks if the specified range of the - * array contains all of the elemnts in the collection + * array contains all of the elements in the collection * * @param c collection with elements * @param data array where to search the elements @@ -1021,7 +1021,7 @@ } /** - * Imlementation of ListIterator for the + * Implementation of ListIterator for the * SubList * gets a snapshot of the sublist, * never throws ConcurrentModificationException