Author: bayard
Date: Thu Mar 20 08:32:32 2008
New Revision: 639317
URL: http://svn.apache.org/viewvc?rev=639317&view=rev
Log:
Fixing typo
Modified:
commons/proper/lang/trunk/xdocs/index.xml
Modified: commons/proper/lang/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/xdocs/index.xml?rev=639317&r1=639316&r2=639317&view=diff
==============================================================================
--- commons/proper/lang/trunk/xdocs/index.xml (original)
+++ commons/proper/lang/trunk/xdocs/index.xml Thu Mar 20 08:32:32 2008
@@ -34,7 +34,7 @@
The <em>Lang</em> Component provides a host of helper utilities for the
java.lang API, notably
String manipulation methods, basic numerical methods, object reflection,
creation and serialization,
and System properties. Additionally it contains an inheritable enum type, an
exception structure that
-supports multiple types of nested-Exceptions, basic enhancements to
java.util.Date and a series of utlities dedicated to help with
+supports multiple types of nested-Exceptions, basic enhancements to
java.util.Date and a series of utilities dedicated to help with
building methods, such as hashCode, toString and equals.
</p>
</section>