Pretty sure that "S" is needed. Significant typo.
authorJoe Atzberger <joe.atzberger@liblime.com>
Mon, 21 Apr 2008 21:22:43 +0000 (16:22 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 22 Apr 2008 23:06:37 +0000 (18:06 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Scheduler.pm

index 622a078..92982fb 100644 (file)
@@ -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)