fixed wrong spelled words

This commit is contained in:
freddii
2021-01-14 11:18:42 +01:00
parent 579ea91dcc
commit 228bb1a3f4
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ from bauh.api.abstract.view import MessageType, ViewComponent
class ProcessWatcher:
"""
Represents an view component watching background processes. It's a bridge for ApplicationManager instances notifiy the view of processes progression and also
Represents an view component watching background processes. It's a bridge for ApplicationManager instances notify the view of processes progression and also
request any user interaction without the need of knowing any GUI code.
"""