[Rt-commit] r12323 - in rt/branches/3.8-TESTING: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu May 15 05:47:18 EDT 2008
Author: sartak
Date: Thu May 15 05:47:17 2008
New Revision: 12323
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/lib/RT/Config.pm
Log:
r55857 at onn: sartak | 2008-05-15 05:47:04 -0400
couldn't be find -> couldn't be found
Modified: rt/branches/3.8-TESTING/lib/RT/Config.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Config.pm (original)
+++ rt/branches/3.8-TESTING/lib/RT/Config.pm Thu May 15 05:47:17 2008
@@ -326,7 +326,7 @@
unless ($file_path) {
die
qq{Couldn't load RT config file $args{'File'} as user $username / group $group.\n}
- . qq{The file couldn't be find in $RT::LocalEtcPath and $RT::EtcPath.\n$@};
+ . qq{The file couldn't be found in $RT::LocalEtcPath and $RT::EtcPath.\n$@};
}
my $message = <<EOF;
More information about the Rt-commit
mailing list