[Rt-commit] r17254 - rt/3.8/trunk/lib/RT
elacour at bestpractical.com
elacour at bestpractical.com
Tue Dec 16 04:56:06 EST 2008
Author: elacour
Date: Tue Dec 16 04:56:06 2008
New Revision: 17254
Modified:
rt/3.8/trunk/lib/RT/Base.pm
Log:
Minor typo.
Modified: rt/3.8/trunk/lib/RT/Base.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Base.pm (original)
+++ rt/3.8/trunk/lib/RT/Base.pm Tue Dec 16 04:56:06 2008
@@ -102,7 +102,7 @@
unless ( ref $self->{'user'} && $self->{'user'}->isa('RT::CurrentUser') ) {
my $msg = "$self was created without a CurrentUser."
." Any RT object which is subclass of RT::Base must be created"
- ." with a RT::CurrentUser or a RT::User obejct as the first argument.";
+ ." with a RT::CurrentUser or a RT::User object as the first argument.";
$msg .= "\n". Carp::longmess() if @_;
$RT::Logger->error( $msg );
More information about the Rt-commit
mailing list