[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.5-243-g46e9fc6

Kevin Falcone falcone at bestpractical.com
Mon Oct 5 15:02:05 EDT 2009


The branch, 3.8-trunk has been updated
       via  46e9fc6fd69b1c4145ce1a4e168033250002b276 (commit)
      from  e503d439583c5a7e639dfa29ea6a76b5eb9a067d (commit)

Summary of changes:
 lib/RT/Ticket_Overlay.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 46e9fc6fd69b1c4145ce1a4e168033250002b276
Author: cbrink <cbrink at r-stream.com>
Date:   Mon Oct 5 15:00:06 2009 -0400

    Content and typo fix for Comment method
    
    The POD for the "Comment" method in RT::Ticket_Overlay incorrectly
    states that it takes a Hashref. The Comment method takes a Hash.

diff --git a/lib/RT/Ticket_Overlay.pm b/lib/RT/Ticket_Overlay.pm
index 2fcdd2b..059f7e2 100755
--- a/lib/RT/Ticket_Overlay.pm
+++ b/lib/RT/Ticket_Overlay.pm
@@ -1998,9 +1998,9 @@ sub TimeLeftAsString {
 =head2 Comment
 
 Comment on this ticket.
-Takes a hashref with the following attributes:
+Takes a hash with the following attributes:
 If MIMEObj is undefined, Content will be used to build a MIME::Entity for this
-commentl
+comment.
 
 MIMEObj, TimeTaken, CcMessageTo, BccMessageTo, Content, DryRun
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list