Skip to content

Commit

Permalink
[Monit] Fix a 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 23, 2020
1 parent 875a2a5 commit 4fd77cc
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 @@ -33,7 +33,7 @@ def check_process_existence(container_name, process_cmdline):
break

if not is_running:
# If this script is run by Monit, then the following output will be appneded to
# If this script is run by Monit, then the following output will be appended to
# Monit's syslog message.
print("'{}' is not running.".format(process_cmdline))
sys.exit(1)
Expand Down

0 comments on commit 4fd77cc

Please sign in to comment.