[Rt-commit] rt branch, lcore, updated. 8365bd4ac32548d52ad75f1b9a321b66516843dc

jesse jesse at bestpractical.com
Thu Aug 6 12:36:29 EDT 2009


The branch, lcore has been updated
       via  8365bd4ac32548d52ad75f1b9a321b66516843dc (commit)
      from  b59c91200560931f2b32e173ed480fee8ae185bc (commit)

Summary of changes:
 lib/RT/Dispatcher.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 8365bd4ac32548d52ad75f1b9a321b66516843dc
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Thu Aug 6 17:36:21 2009 +0100

    typo

diff --git a/lib/RT/Dispatcher.pm b/lib/RT/Dispatcher.pm
index c9109b9..9809537 100644
--- a/lib/RT/Dispatcher.pm
+++ b/lib/RT/Dispatcher.pm
@@ -137,7 +137,7 @@ before qr/.*/ => run {
 
     my $args = Jifty->web->request->arguments;
 
-    # This code canonicalize_s time inputs in hours into minutes
+    # This code canonicalizes time inputs in hours into minutes
     foreach my $field ( keys %$args ) {
         next unless $field =~ /^(.*)-TimeUnits$/i && $args->{$1};
         my $local = $1;

-----------------------------------------------------------------------


More information about the Rt-commit mailing list