提交 2acd3e64 编写于 作者: C Cleber Rosa

Merge remote-tracking branch 'lmr/fix-typo'

......@@ -50,7 +50,7 @@ def handle_exception(*exc_info):
os.write(tmp, msg)
os.close(tmp)
# Print friendly message in console-like output
msg = ("Avocado crashed unexpectidly: %s\nYou can find details in %s"
msg = ("Avocado crashed unexpectedly: %s\nYou can find details in %s"
% (exc_info[1], name))
for name in ("avocado.app", "avocado.test", None):
log = logging.getLogger(name)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册