Skip to content

Commit

Permalink
[Monit] Fix the typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Zhao <[email protected]>
  • Loading branch information
yozhao101 committed Sep 16, 2020
1 parent a671f45 commit 9ecb61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/image_config/monit/process_checker
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def check_process_existence(container_name, process_name, process_cmdline):
print("'{}' is not running.".format(process_name))
sys.exit(1)
else:
syslog.syslog(syslog.LOG_ERR, "contianer '{}' is not included in SONiC image or the given container name is invalid!"
syslog.syslog(syslog.LOG_ERR, "container '{}' is not included in SONiC image or the given container name is invalid!"
.format(container_name))


Expand Down

0 comments on commit 9ecb61d

Please sign in to comment.