]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/maildaemon.php
Revert "Remove more contractions"
[quix0rs-gnu-social.git] / scripts / maildaemon.php
index 4ec4526ef465343346fdd449daea560d8d74f8c2..b4e4d9f08df7d5a1610a772eeffb3d9f31c62993 100755 (executable)
@@ -231,7 +231,7 @@ class MailerDaemon
         foreach ($parsed->parts as $part) {
             $this->extract_part($part,$msg,$attachments);
         }
-        //we do not want any attachments that are a result of this parsing
+        //we don't want any attachments that are a result of this parsing
         return $msg;
     }