This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push:
new 13a140e5 Javadoc typo
13a140e5 is described below
commit 13a140e52037f8ffa79f6659222a64d578ea21c8
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 18 18:06:35 2024 -0400
Javadoc typo
---
.../org/apache/commons/net/telnet/InvalidTelnetOptionException.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/net/telnet/InvalidTelnetOptionException.java
b/src/main/java/org/apache/commons/net/telnet/InvalidTelnetOptionException.java
index c27b1258..422f1629 100644
---
a/src/main/java/org/apache/commons/net/telnet/InvalidTelnetOptionException.java
+++
b/src/main/java/org/apache/commons/net/telnet/InvalidTelnetOptionException.java
@@ -47,7 +47,7 @@ public class InvalidTelnetOptionException extends Exception {
}
/**
- * Gets the error message of ths exception.
+ * Gets the error message of the exception.
*
* @return the error message.
*/