typo fixes

This commit is contained in:
Johannes Findeisen 2013-05-27 20:27:57 +02:00
commit 6cd32f062a

View file

@ -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