fix some typos

Signed-off-by: wellweek <xiezitai@outlook.com>
This commit is contained in:
wellweek
2024-03-08 15:03:24 +08:00
committed by hengyunabc
parent caecaac1a9
commit b9fe1e1747
6 changed files with 10 additions and 10 deletions
@@ -817,7 +817,7 @@ public abstract class SocketClient
/**
* Subclasses can override this if they need to provide their own
* instance field for backwards compatibilty.
* instance field for backwards compatibility.
*
* @return the CommandSupport instance, may be {@code null}
* @since 3.0
@@ -210,7 +210,7 @@ public abstract class TelnetOptionHandler
* The method is used to specify a subnegotiation sequence that will be
* sent by TelnetClient when the option is activated.
* <p>
* This implementation returns null, and must be overriden by
* This implementation returns null, and must be overridden by
* the actual TelnetOptionHandler to specify
* which response must be sent for the subnegotiation request.
* @return subnegotiation sequence to be sent by TelnetClient. TelnetClient
@@ -226,7 +226,7 @@ public abstract class TelnetOptionHandler
* The method is used to specify a subnegotiation sequence that will be
* sent by TelnetClient when the option is activated.
* <p>
* This implementation returns null, and must be overriden by
* This implementation returns null, and must be overridden by
* the actual TelnetOptionHandler to specify
* which response must be sent for the subnegotiation request.
* @return subnegotiation sequence to be sent by TelnetClient. TelnetClient