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

Merge pull request #9177 from ttytm/fix-typo-bp-3.6

Backport 3.6: fix typo
This commit is contained in:
Gilles Peskine
2024-05-30 17:24:57 +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