[Rt-commit] r8056 - rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Wed Jul 4 20:28:46 EDT 2007


Author: ruz
Date: Wed Jul  4 20:28:42 2007
New Revision: 8056

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/User_Overlay.pm

Log:
* typo

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/User_Overlay.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/User_Overlay.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/User_Overlay.pm	Wed Jul  4 20:28:42 2007
@@ -503,7 +503,7 @@
 =head2 LoadOrCreateByEmail ADDRESS
 
 Attempts to find a user who has the provided email address. If that fails, creates an unprivileged user with
-the provided email address and loads them. Address can be provided either as L<Email::Address> object
+the provided email address and loads them. Address can be provided either as L<Mail::Address> object
 or string which is parsed using the module.
 
 Returns a tuple of the user's id and a status message.


More information about the Rt-commit mailing list