Skip to content

Commit

Permalink
Fix typo in run_isolated.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martiniss authored and Commit Bot committed Aug 2, 2017
1 parent e5c03a0 commit a729d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/run_isolated.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def handler(signum, _frame):
# - processed exited late, exit code will be -9 on posix.
logging.warning('Grace exhausted; sending SIGKILL')
proc.kill()
logging.info('Waiting for proces exit')
logging.info('Waiting for process exit')
exit_code = proc.wait()
except OSError:
# This is not considered to be an internal error. The executable simply
Expand Down

0 comments on commit a729d80

Please sign in to comment.