diff --git a/masakarimonitors/processmonitor/process_handler/handle_process.py b/masakarimonitors/processmonitor/process_handler/handle_process.py index 6dea305..6243d6f 100644 --- a/masakarimonitors/processmonitor/process_handler/handle_process.py +++ b/masakarimonitors/processmonitor/process_handler/handle_process.py @@ -166,7 +166,7 @@ class HandleProcess(object): post_cmd_str = down_process['post_restart_command'] LOG.info( - _LI("Retart of process with executing command: %s"), cmd_str) + _LI("Restart of process with executing command: %s"), cmd_str) for retries in range(0, CONF.process.restart_retries + 1):