Javadoc typos
diff --git a/src/main/java/org/apache/commons/beanutils2/DynaProperty.java b/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
index a9054e9..f5077bb 100644
--- a/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
+++ b/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
@@ -172,7 +172,7 @@
     }

 

     /**

-     * @return the hashcode for this dyna property

+     * @return the hash code for this dyna property

      * @see Object#hashCode

      * @since 1.8.0

      */

diff --git a/src/main/java/org/apache/commons/beanutils2/MethodUtils.java b/src/main/java/org/apache/commons/beanutils2/MethodUtils.java
index 406b674..a7460e2 100644
--- a/src/main/java/org/apache/commons/beanutils2/MethodUtils.java
+++ b/src/main/java/org/apache/commons/beanutils2/MethodUtils.java
@@ -102,8 +102,8 @@
         }
         /**
          * Returns the string length of method name. I.e. if the
-         * hashcodes are different, the objects are different. If the
-         * hashcodes are the same, need to use the equals method to
+         * hash codes are different, the objects are different. If the
+         * hash codes are the same, need to use the equals method to
          * determine equality.
          * @return the string length of method name.
          */