From d1d2e3c061fafaa02d86c5b2087a1161955e5c1a Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Thu, 17 Oct 2024 14:29:18 +0200 Subject: [PATCH] fix typo Signed-off-by: Gabor Mezei --- scripts/mbedtls_framework/c_build_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"""