提交 cfa0578c 编写于 作者: N Niels Thykier

generate_filelist.py: Fix typo

Signed-off-by: NNiels Thykier <niels@thykier.net>
上级 3d982ca7
......@@ -173,7 +173,7 @@ def main():
if code == PROC_STATUS_SUCCESS:
Logger.log([msg])
elif code == PROC_STATUS_SIGNALRAISED:
Logger.log(['E: Subprocess recieved signal ', msg])
Logger.log(['E: Subprocess received signal ', msg])
else:
Logger.log(['E: ', msg])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册