Skip to content

Commit d1d2e3c

Browse files
fix typo
Signed-off-by: Gabor Mezei <[email protected]>
1 parent 20b9357 commit d1d2e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mbedtls_framework/c_build_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import tempfile
1313

1414
class CompileError(Exception):
15-
"""Excetion to represent an error during the compilation."""
15+
"""Exception to represent an error during the compilation."""
1616

1717
def __init__(self, message):
1818
"""Save the error massage"""

0 commit comments

Comments
 (0)