You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2011/04/11 06:23:01 UTC

svn commit: r1090932 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java

Author: psteitz
Date: Mon Apr 11 04:23:01 2011
New Revision: 1090932

URL: http://svn.apache.org/viewvc?rev=1090932&view=rev
Log:
Fixed javadoc spelling errors.

Modified:
    commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java

Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java?rev=1090932&r1=1090931&r2=1090932&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java (original)
+++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java Mon Apr 11 04:23:01 2011
@@ -946,9 +946,9 @@ public class HashCodeBuilder implements 
 
     /**
      * <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