diff --git a/src/ska/base/csp_subelement_subarray.py b/src/ska/base/csp_subelement_subarray.py
index 4da2dd82d92053db61c7e34d8990570d62333251..4cd81217ee15274e8339ef7b92085383dcd548ca 100644
--- a/src/ska/base/csp_subelement_subarray.py
+++ b/src/ska/base/csp_subelement_subarray.py
@@ -196,7 +196,7 @@ class CspSubElementSubarray(SKASubarray):
             device._config_id = ''
             device._last_scan_configuration = ''
             
-            # _list_of_devices_completed_task: for eaxh task/command reports
+            # _list_of_devices_completed_task: for each task/command reports
             # the list of the devices that successfully completed the task.
             # Implemented as a defualt dictionary:
             # keys: the command name in lower case (configurescan, assignresources, etc.)