commit | 20f4488cd0e38780c9ef50db86e1439ec8225a08 | [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> | Thu May 23 21:43:55 2024 +0200 |
tree | dc0a999f86c7ada0619c3988bb987888617f6198 | |
parent | 2c3aa942aa27545b2f3c577feda6512c0b63abc0 [diff] |
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