Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
  • Loading branch information
gabor-mezei-arm committed Oct 17, 2024
1 parent 20b9357 commit d1d2e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mbedtls_framework/c_build_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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"""
Expand Down

0 comments on commit d1d2e3c

Please sign in to comment.