diff --git a/src/java/org/apache/commons/lang/ArrayUtils.java b/src/java/org/apache/commons/lang/ArrayUtils.java index 06658618a..37d1c63b1 100644 --- a/src/java/org/apache/commons/lang/ArrayUtils.java +++ b/src/java/org/apache/commons/lang/ArrayUtils.java @@ -82,7 +82,7 @@ * @author Ashwin S * @author Fredrik Westermarck * @since 2.0 - * @version $Id: ArrayUtils.java,v 1.33 2004/01/19 23:24:07 fredrik Exp $ + * @version $Id: ArrayUtils.java,v 1.34 2004/01/25 00:09:10 tobrien Exp $ */ public class ArrayUtils { @@ -295,7 +295,7 @@ public static Map toMap(final Object[] array) { *

Shallow clones an array returning a typecast result and handling * null.

* - *

The objecs in the array are not cloned, thus there is no special + *

The objects in the array are not cloned, thus there is no special * handling for multi-dimensional arrays.

* *

This method returns null if null array input.