From 460f65621501a5ebd15ee788afa54867cf527506 Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 16 Mar 2010 18:55:53 +0000 Subject: [PATCH] typo spotted by Steve Callender and Dan Scott git-svn-id: svn://svn.open-ils.org/ILS/trunk@15872 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 f0077ae60b..33ba489fc3 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -655,7 +655,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