Fix grammar and spelling

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2023-04-17 08:11:12 +02:00
parent 0d56d1c790
commit a1d418a686
3 changed files with 4 additions and 5 deletions

View file

@ -198,7 +198,7 @@ def _get_output(arguments, timeout=None):
# Process finished
return _retrieve_output(t, output_timeout, outputq, "Program to die")
# This should never happen but in case something goes really bad
# This should never happen, but in case something goes really awry...
raise OSError("Program stopped responding and couldn't be killed")