[Rt-commit] r9643 - rt/branches/3.6-RELEASE/lib/RT/Action

audreyt at bestpractical.com audreyt at bestpractical.com
Mon Nov 12 02:52:36 EST 2007


Author: audreyt
Date: Mon Nov 12 02:52:35 2007
New Revision: 9643

Modified:
   rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm

Log:
* RT::Action::SendEmail - Minor comment typo: "use" ne "sue"

Modified: rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
==============================================================================
--- rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm	(original)
+++ rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm	Mon Nov 12 02:52:35 2007
@@ -402,7 +402,7 @@
         # Don't attach anything blank
         next unless ( $attach->ContentLength );
 
-# We want to make sure that we don't include the attachment that's being sued as the "Content" of this message"
+# We want to make sure that we don't include the attachment that's being used as the "Content" of this message.
         next
           if ( $transaction_content_obj
             && $transaction_content_obj->Id == $attach->Id


More information about the Rt-commit mailing list