[open-ils-commits] r15871 - branches/rel_1_6/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:45 EDT 2010


Author: miker
Date: 2010-03-16 14:55:41 -0400 (Tue, 16 Mar 2010)
New Revision: 15871

Modified:
   branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
typo spotted by Steve Callender and Dan Scott

Modified: branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2010-03-16 18:55:01 UTC (rev 15870)
+++ branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2010-03-16 18:55:41 UTC (rev 15871)
@@ -614,7 +614,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