aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTuriiya <34311583+ttytm@users.noreply.github.com>2024-05-18 18:04:58 +0200
committerTuriiya <34311583+ttytm@users.noreply.github.com>2024-05-18 18:08:12 +0200
commit27098b458b5cb124d33849e676b8ef5ca0a81d2c (patch)
tree8c74349fc1fb18b1992a10764255efc289b1eea9 /scripts
parentbdce65700ecb11adbc845993199badfb1c64072d (diff)
downloadmbedtls-27098b458b5cb124d33849e676b8ef5ca0a81d2c.zip
mbedtls-27098b458b5cb124d33849e676b8ef5ca0a81d2c.tar.gz
mbedtls-27098b458b5cb124d33849e676b8ef5ca0a81d2c.tar.bz2
fix typo
Signed-off-by: Turiiya <34311583+ttytm@users.noreply.github.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_ssl_debug_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_ssl_debug_helpers.py b/scripts/generate_ssl_debug_helpers.py
index a0544f1..043cef1 100755
--- a/scripts/generate_ssl_debug_helpers.py
+++ b/scripts/generate_ssl_debug_helpers.py
@@ -328,7 +328,7 @@ class NamedGroupDefinition:
{translation_table}
}};
- return "UNKOWN";
+ return "UNKNOWN";
}}''')
body = body.format(translation_table='\n'.join(translation_table))
return body