We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b9357 commit d1d2e3cCopy full SHA for d1d2e3c
scripts/mbedtls_framework/c_build_helper.py
@@ -12,7 +12,7 @@
12
import tempfile
13
14
class CompileError(Exception):
15
- """Excetion to represent an error during the compilation."""
+ """Exception to represent an error during the compilation."""
16
17
def __init__(self, message):
18
"""Save the error massage"""
0 commit comments