Javadoc typos
diff --git a/src/main/java/org/apache/commons/net/ntp/NtpV3Impl.java b/src/main/java/org/apache/commons/net/ntp/NtpV3Impl.java
index a487e5d..de8ca8a 100644
--- a/src/main/java/org/apache/commons/net/ntp/NtpV3Impl.java
+++ b/src/main/java/org/apache/commons/net/ntp/NtpV3Impl.java
@@ -361,7 +361,7 @@
     }
 
     /**
-     * Computes a hashcode for this object. The result is the exclusive OR of the values of this object stored as a byte array.
+     * Computes a hash code for this object. The result is the exclusive OR of the values of this object stored as a byte array.
      *
      * @return a hash code value for this object.
      * @since 3.4
diff --git a/src/main/java/org/apache/commons/net/ntp/TimeInfo.java b/src/main/java/org/apache/commons/net/ntp/TimeInfo.java
index f0a328d..bdb0d81 100644
--- a/src/main/java/org/apache/commons/net/ntp/TimeInfo.java
+++ b/src/main/java/org/apache/commons/net/ntp/TimeInfo.java
@@ -287,7 +287,7 @@
     }
 
     /**
-     * Computes a hashcode for this object. The result is the exclusive OR of the return time and the message hash code.
+     * Computes a hash code for this object. The result is the exclusive OR of the return time and the message hash code.
      *
      * @return a hash code value for this object.
      * @since 3.4
diff --git a/src/main/java/org/apache/commons/net/ntp/TimeStamp.java b/src/main/java/org/apache/commons/net/ntp/TimeStamp.java
index c77558e..343de8c 100644
--- a/src/main/java/org/apache/commons/net/ntp/TimeStamp.java
+++ b/src/main/java/org/apache/commons/net/ntp/TimeStamp.java
@@ -315,8 +315,8 @@
     }
 
     /**
-     * Computes a hashcode for this Timestamp. The result is the exclusive OR of the two halves of the primitive <code>long</code> value represented by this
-     * <code>TimeStamp</code> object. That is, the hashcode is the value of the expression: <blockquote>
+     * Computes a hash code for this Timestamp. The result is the exclusive OR of the two halves of the primitive <code>long</code> value represented by this
+     * <code>TimeStamp</code> object. That is, the hash code is the value of the expression: <blockquote>
      *
      * <pre>
      * {@code