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 78495be4 Normalize Javadoc spelling
78495be4 is described below
commit 78495be4ce283705a8ea016e1f3b056af677caa5
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Feb 15 10:10:49 2026 -0500
Normalize Javadoc spelling
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7656472a..1ff8eae6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -208,7 +208,7 @@ The <action> type attribute can be add,update,fix,remove.
Delegate host resolution to Socket.connect() #138.
</action>
<action type="fix" dev="ggregory" due-to="Martin Wiesner, Gary Gregory,
sebbASF">
- Fixes many grammar issues and typos in JavaDoc and code comments #141.
+ Fixes many grammar issues and typos in Javadoc and code comments #141.
</action>
<action type="fix" dev="ggregory" due-to="Martin Wiesner, Gary Gregory">
Remove redundant (null) initializations and other clean ups #155.