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-email.git
The following commit(s) were added to refs/heads/master by this push: new 38116f9 Fix spelling 38116f9 is described below commit 38116f9aa979784145642501d58a686bb3facabf Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 13 14:55:56 2023 -0500 Fix spelling --- src/test/java/org/apache/commons/mail/AbstractEmailTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/java/org/apache/commons/mail/AbstractEmailTest.java b/src/test/java/org/apache/commons/mail/AbstractEmailTest.java index 34cc931..afe04d9 100644 --- a/src/test/java/org/apache/commons/mail/AbstractEmailTest.java +++ b/src/test/java/org/apache/commons/mail/AbstractEmailTest.java @@ -231,7 +231,7 @@ public abstract class AbstractEmailTest * @param toAdd list of expected to addresses * @param ccAdd list of expected cc addresses * @param bccAdd list of expected bcc addresses - * @param boolSaveToFile true will output to file, false doesnt + * @param boolSaveToFile true will output to file, false doesn't * @return WiserMessage email to check * @throws IOException Exception */ @@ -315,7 +315,7 @@ public abstract class AbstractEmailTest * @param toAdd list of expected to addresses * @param ccAdd list of expected cc addresses * @param bccAdd list of expected bcc addresses - * @param boolSaveToFile true will output to file, false doesnt + * @param boolSaveToFile true will output to file, false doesn't * @throws IOException Exception */ protected void validateSend( @@ -364,7 +364,7 @@ public abstract class AbstractEmailTest * @param toAdd list of expected to addresses * @param ccAdd list of expected cc addresses * @param bccAdd list of expected bcc addresses - * @param boolSaveToFile true will output to file, false doesnt + * @param boolSaveToFile true will output to file, false doesn't * @throws IOException Exception */ protected void validateSend(