diff --git a/scripts/debug/FreeRTOS/FreeRTOSgdb/QueueTools.py b/scripts/debug/FreeRTOS/FreeRTOSgdb/QueueTools.py index a35f0894f1..4984d2a06a 100644 --- a/scripts/debug/FreeRTOS/FreeRTOSgdb/QueueTools.py +++ b/scripts/debug/FreeRTOS/FreeRTOSgdb/QueueTools.py @@ -102,7 +102,7 @@ def GetQueueType(self): except Exception as exc: # If the TRACE functionality of the RTOS is not enabled, - # then the queue type will not be availabe in the queue + # then the queue type will not be available in the queue # handle - so we return None print("Failed to get Type: %s" % str(exc)) return None