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 bf7a0921 Javadoc: Fix spelling bf7a0921 is described below commit bf7a09216129f505acd929668fefa7ae169df95f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 19 17:53:16 2024 -0400 Javadoc: Fix spelling --- src/main/java/org/apache/commons/net/nntp/Threader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/net/nntp/Threader.java b/src/main/java/org/apache/commons/net/nntp/Threader.java index 30611d96..06653d13 100644 --- a/src/main/java/org/apache/commons/net/nntp/Threader.java +++ b/src/main/java/org/apache/commons/net/nntp/Threader.java @@ -152,7 +152,7 @@ public class Threader { } /** - * If any two members of the root set have the same subject, merge them. This is to attempt to accomodate messages without References: headers. + * If any two members of the root set have the same subject, merge them. This is to attempt to accommodate messages without References: headers. * * @param root */