You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2023/01/08 19:49:49 UTC

[commons-jcs] 01/08: Typos

This is an automated email from the ASF dual-hosted git repository.

tv pushed a commit to branch release-3.2
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 353c9508a4a6689993b5105f43beae2c164590dd
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Sun Jan 8 19:11:18 2023 +0100

    Typos
---
 .../org/apache/commons/jcs3/utils/discovery/UDPDiscoveryReceiver.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryReceiver.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryReceiver.java
index 5b8238f4..573197e9 100644
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryReceiver.java
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryReceiver.java
@@ -87,7 +87,7 @@ public class UDPDiscoveryReceiver
     /**
      * Constructor for the UDPDiscoveryReceiver object.
      * <p>
-     * We determine out own host using InetAddress
+     * We determine our own host using InetAddress
      *<p>
      * @param service
      * @param multicastInterfaceString
@@ -335,7 +335,7 @@ public class UDPDiscoveryReceiver
 
     /**
      * Separate thread run when a command comes into the UDPDiscoveryReceiver.
-     * @deprectaed No longer used
+     * @deprecated No longer used
      */
     @Deprecated
     public class MessageHandler