Fixing typo

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@639317 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2008-03-20 15:32:32 +00:00
parent 1f099cf606
commit d26784c452
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ these extra methods.
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>