[open-ils-commits] r15872 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Mar 16 14:55:58 EDT 2010
Author: miker
Date: 2010-03-16 14:55:53 -0400 (Tue, 16 Mar 2010)
New Revision: 15872
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
typo spotted by Steve Callender and Dan Scott
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm 2010-03-16 18:55:41 UTC (rev 15871)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm 2010-03-16 18:55:53 UTC (rev 15872)
@@ -655,7 +655,7 @@
my $limit = shift || 's';
$limit =~ s/^(.)/$1/o;
- my %ouptut;
+ my %output;
my ($y,$ym,$M,$Mm,$w,$wm,$d,$dm,$h,$hm,$m,$mm,$s);
my ($year, $month, $week, $day, $hour, $minute, $second) =
More information about the open-ils-commits
mailing list