1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-12 08:21:54 +03:00

Merge pull request #9155 from ttytm/fix-typo

fix typo
This commit is contained in:
Gilles Peskine
2024-05-30 17:24:55 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

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