]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - extlib/Mail/mail.php
Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing
[quix0rs-gnu-social.git] / extlib / Mail / mail.php
index 112ff940c70d1064a3495acfce17ad58d9173bc1..b13d695656f5445c348017c7e6f8653e19fd433e 100644 (file)
@@ -51,7 +51,7 @@ class Mail_mail extends Mail {
         }
 
         /* Because the mail() function may pass headers as command
-         * line arguments, we cannot guarantee the use of the standard
+         * line arguments, we can't guarantee the use of the standard
          * "\r\n" separator.  Instead, we use the system's native line
          * separator. */
         if (defined('PHP_EOL')) {