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 b542c11  Comment: Use "file name" instead of "filename".
b542c11 is described below

commit b542c1122afc8761ea57e20f813763271505e013
Author: Gary Gregory <ggreg...@rocketsoftware.com>
AuthorDate: Thu May 30 16:45:23 2019 -0400

    Comment: Use "file name" instead of "filename".
---
 src/main/java/org/apache/commons/mail/MultiPartEmail.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/mail/MultiPartEmail.java 
b/src/main/java/org/apache/commons/mail/MultiPartEmail.java
index ea99405..847a9cb 100644
--- a/src/main/java/org/apache/commons/mail/MultiPartEmail.java
+++ b/src/main/java/org/apache/commons/mail/MultiPartEmail.java
@@ -472,7 +472,7 @@ public class MultiPartEmail extends Email
         }
         catch (final UnsupportedEncodingException uee)
         {
-            // in case the filename could not be encoded
+            // in case the file name could not be encoded
             throw new EmailException(uee);
         }
         catch (final MessagingException me)

Reply via email to