[Rt-commit] r19753 - rt/3.8/trunk/lib/RT

elacour at bestpractical.com elacour at bestpractical.com
Tue May 26 05:48:41 EDT 2009


Author: elacour
Date: Tue May 26 05:48:41 2009
New Revision: 19753

Modified:
   rt/3.8/trunk/lib/RT/Ticket_Overlay.pm

Log:
Typo in methods documentations.

Modified: rt/3.8/trunk/lib/RT/Ticket_Overlay.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Ticket_Overlay.pm	(original)
+++ rt/3.8/trunk/lib/RT/Ticket_Overlay.pm	Tue May 26 05:48:41 2009
@@ -1546,7 +1546,7 @@
 =head2 IsCc PRINCIPAL_ID
 
   Takes an RT::Principal id.
-  Returns true if the principal is a requestor of the current ticket.
+  Returns true if the principal is a Cc of the current ticket.
 
 
 =cut
@@ -1566,7 +1566,7 @@
 =head2 IsAdminCc PRINCIPAL_ID
 
   Takes an RT::Principal id.
-  Returns true if the principal is a requestor of the current ticket.
+  Returns true if the principal is an AdminCc of the current ticket.
 
 =cut
 


More information about the Rt-commit mailing list