From d2d4e6e85f2c1692a7a068d138acba9297de63e9 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Thu, 29 Oct 2020 13:51:20 +0100
Subject: [PATCH] Improved doc wording.

---
 modules/core/control.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/control.py b/modules/core/control.py
index 693b9650..98a0038e 100644
--- a/modules/core/control.py
+++ b/modules/core/control.py
@@ -183,7 +183,7 @@ class EngineExecutor(Timer):
     """
     Base class for timed or threaded execution of Engine commands.
 
-    Primarly used for automation by the scheduler.
+    Primarily used for automations performed by the scheduler.
     """
     logger = logging.getLogger("AuraEngine")    
     timer_store = {}    
-- 
GitLab