diff --git a/sysSentry-1.0.2/src/python/syssentry/mod_status.py b/sysSentry-1.0.2/src/python/syssentry/mod_status.py index b8c7b830bcdb799ad702c0e8be38a95eedf0be65..78d7262538a4d63f9a72f6bb3d577ad10da1da91 100644 --- a/sysSentry-1.0.2/src/python/syssentry/mod_status.py +++ b/sysSentry-1.0.2/src/python/syssentry/mod_status.py @@ -57,7 +57,7 @@ def set_runtime_status(task_name, status_code): elif task_type == PERIOD_TYPE and status_code in PERIOD_RUNTIME_STATUS: pass else: - logging.error("invaild task name") + logging.error("invalid task name") return TasksMap.tasks_dict.get(task_type).get(task_name).runtime_status = status_code