diff -r 770ffcb88be5 -r 052ce4cf06c6 eric6/DebugClients/Python/ThreadExtension.py --- a/eric6/DebugClients/Python/ThreadExtension.py Sun Feb 02 16:41:40 2020 +0100 +++ b/eric6/DebugClients/Python/ThreadExtension.py Sun Feb 02 19:29:56 2020 +0100 @@ -27,7 +27,7 @@ """ Class implementing the thread support for the debugger. - Provides methods for intercepting thread creation, retriving the running + Provides methods for intercepting thread creation, retrieving the running threads and their name and state. """ def __init__(self):