From f98101781b5685dd8bd6dfb632fb223c913e013a Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Mon, 22 Aug 2011 13:06:15 +0200 Subject: kleine Korrekutr --- gearman/controllerWorker/ControllerWorker/StatusWorker.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gearman') diff --git a/gearman/controllerWorker/ControllerWorker/StatusWorker.java b/gearman/controllerWorker/ControllerWorker/StatusWorker.java index 9f1c114..f08e7b2 100644 --- a/gearman/controllerWorker/ControllerWorker/StatusWorker.java +++ b/gearman/controllerWorker/ControllerWorker/StatusWorker.java @@ -74,7 +74,7 @@ public class StatusWorker extends AbstractGearmanFunction { res.put(event, content); } } else { - content.put("result", "not found"); + content.put("result", "not founded"); content .put("resultText", "The Boot process for the event has not been found."); @@ -122,7 +122,7 @@ public class StatusWorker extends AbstractGearmanFunction { res.put(event, content); } } else { - content.put("result", "not found"); + content.put("result", "not founded"); content .put("resultText", "The Shutdown process for the event has not been found."); -- cgit v1.2.3-55-g7522