Fixed javadoc spelling errors.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090932 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-04-11 04:23:01 +00:00
parent 67704d8e76
commit fc9dec48b8
1 changed files with 3 additions and 3 deletions

View File

@ -946,9 +946,9 @@ public class HashCodeBuilder implements Builder<Integer> {
/**
* <p>
* The computed <code>hashCode</code> from toHashCode() is returned due to the likelyhood
* of bugs in mis-calling toHashCode() and the unlikelyness of it mattering what the hashCode for
* HashCodeBuilder itself is.
* The computed <code>hashCode</code> from toHashCode() is returned due to the likelihood
* of bugs in mis-calling toHashCode() and the unlikeliness of it mattering what the hashCode for
* HashCodeBuilder itself is.</p>
*
* @return <code>hashCode</code> based on the fields appended
* @since 2.5