[Rt-commit] r16525 - in rt/branches/3.999-DANGEROUS: lib/RT/Model
sartak at bestpractical.com
sartak at bestpractical.com
Thu Oct 23 17:05:47 EDT 2008
Author: sartak
Date: Thu Oct 23 17:05:45 2008
New Revision: 16525
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/lib/RT/Model/Ticket.pm
Log:
r74531 at onn: sartak | 2008-10-23 17:04:52 -0400
Typo fixes
Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/Ticket.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/Ticket.pm (original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/Ticket.pm Thu Oct 23 17:05:45 2008
@@ -1352,7 +1352,7 @@
}
if ( $new_status ) {
my ($status, $msg) = $self->set_status( status => $new_status, force => 1 );
- Jifty->log->error( 'Status change failed on queue chabge: ' $msg )
+ Jifty->log->error( 'Status change failed on queue change: ' . $msg )
unless $status;
}
}
More information about the Rt-commit
mailing list