From 41c2599531dd1e21ba36bf50cc001a10b2cf4f41 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Mon, 21 Apr 2008 16:22:43 -0500 Subject: [PATCH] Pretty sure that "S" is needed. Significant typo. Signed-off-by: Joshua Ferraro --- C4/Scheduler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Scheduler.pm b/C4/Scheduler.pm index 622a0787cb..92982fbf4c 100644 --- a/C4/Scheduler.pm +++ b/C4/Scheduler.pm @@ -80,7 +80,7 @@ This will return the At job with the given id sub get_at_job { my ($id)=@_; - my %jobs = chedule::At::getJobs(JOBID => $id); + my %jobs = Schedule::At::getJobs(JOBID => $id); } =item add_at_job ($time,$command) -- 2.39.5