From 6cd32f062a86846ebc5107153d987391ad43681a Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 27 May 2013 20:27:57 +0200 Subject: [PATCH] typo fixes --- lib/core/job.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/job.py b/lib/core/job.py index a241123..1d46bc9 100644 --- a/lib/core/job.py +++ b/lib/core/job.py @@ -1,5 +1,5 @@ """ -This is what job_function needs as parameter for each job to succesfully +This is what job_function needs as parameter for each job to successfully execute. """ @@ -13,7 +13,7 @@ class JobInfo: self.service = service self.threshold = threshold self.parent = parent - self.name = hostgroupname + "_" + service.name + " " + self.service.command + self.name = hostgroupname + "_" + service.name + " " + service.command def __str__(self): return self.name