itamarst / eliot

Eliot: the logging system that tells you *why* it happened
https://eliot.readthedocs.io
Apache License 2.0
1.1k stars 66 forks source link

Fix simple typo: succesful -> successful #443

Closed timgates42 closed 4 years ago

timgates42 commented 4 years ago

Closes #442

itamarst commented 4 years ago

Thank you! Anything particular you're using Eliot for, or just learning?

timgates42 commented 4 years ago

Thanks for Eliot @itamarst - it looks really interesting - passing and continuing tasks with the task-id via the context managers. I've been checking it out for use in cross process application either web client/server or also for a distibuted system using CORBA (OmniORBpy) - I haven't started using it seriously yet but it does look very nice.