You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2017/05/03 22:55:27 UTC

svn commit: r1793730 - /commons/proper/email/trunk/src/main/java/org/apache/commons/mail/Email.java

Author: kinow
Date: Wed May  3 22:55:27 2017
New Revision: 1793730

URL: http://svn.apache.org/viewvc?rev=1793730&view=rev
Log:
EMAIL-172: grammar error in comment

Modified:
    commons/proper/email/trunk/src/main/java/org/apache/commons/mail/Email.java

Modified: commons/proper/email/trunk/src/main/java/org/apache/commons/mail/Email.java
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/main/java/org/apache/commons/mail/Email.java?rev=1793730&r1=1793729&r2=1793730&view=diff
==============================================================================
--- commons/proper/email/trunk/src/main/java/org/apache/commons/mail/Email.java (original)
+++ commons/proper/email/trunk/src/main/java/org/apache/commons/mail/Email.java Wed May  3 22:55:27 2017
@@ -1470,8 +1470,8 @@ public abstract class Email
     }
 
     /**
-     * Returns the internal MimeMessage. Please not that the
-     * MimeMessage is build by the buildMimeMessage() method.
+     * Returns the internal MimeMessage. Please note that the
+     * MimeMessage is built by the buildMimeMessage() method.
      *
      * @return the MimeMessage
      */