From 95045b8bf9b3e003bb8f819c0b0046c6bc610b74 Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 16 Mar 2010 18:55:01 +0000 Subject: [PATCH] typo spotted by Steve Callender and Dan Scott git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15870 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm index e82f15e518..e53e3ebd46 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -598,7 +598,7 @@ sub seconds_to_interval_hash { 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) = -- 2.11.0