diff --git a/scripts/mbedtls_framework/c_build_helper.py b/scripts/mbedtls_framework/c_build_helper.py index 16845fcba..2081d1333 100644 --- a/scripts/mbedtls_framework/c_build_helper.py +++ b/scripts/mbedtls_framework/c_build_helper.py @@ -12,7 +12,7 @@ import sys import tempfile class CompileError(Exception): - """Excetion to represent an error during the compilation.""" + """Exception to represent an error during the compilation.""" def __init__(self, message): """Save the error massage"""