1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-15 06:41:43 +03:00
Signed-off-by: Turiiya <34311583+ttytm@users.noreply.github.com>
This commit is contained in:
Turiiya
2024-05-18 18:04:58 +02:00
parent bdce65700e
commit 27098b458b
2 changed files with 3 additions and 3 deletions

View File

@ -328,7 +328,7 @@ class NamedGroupDefinition:
{translation_table}
}};
return "UNKOWN";
return "UNKNOWN";
}}''')
body = body.format(translation_table='\n'.join(translation_table))
return body