commit | 27098b458b5cb124d33849e676b8ef5ca0a81d2c | [log] [tgz] |
---|---|---|
author | Turiiya <34311583+ttytm@users.noreply.github.com> | Sat May 18 18:04:58 2024 +0200 |
committer | Turiiya <34311583+ttytm@users.noreply.github.com> | Sat May 18 18:08:12 2024 +0200 |
tree | 8c74349fc1fb18b1992a10764255efc289b1eea9 | |
parent | bdce65700ecb11adbc845993199badfb1c64072d [diff] [blame] |
fix typo Signed-off-by: Turiiya <34311583+ttytm@users.noreply.github.com>
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 @@ {translation_table} }}; - return "UNKOWN"; + return "UNKNOWN"; }}''') body = body.format(translation_table='\n'.join(translation_table)) return body