aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_ssl_debug_helpers.py
diff options
context:
space:
mode:
authorAndrzej Kurek <andrzej.kurek@arm.com>2022-04-13 14:28:52 -0400
committerDave Rodgman <dave.rodgman@arm.com>2022-05-11 21:25:54 +0100
commit5c65c5781fac18f79707a9bdfed3d63aa590a9b5 (patch)
treecaa2ab87abf3dc0b827f36c9d3942a3d9fc454a9 /scripts/generate_ssl_debug_helpers.py
parente27e96dd5dc5617dd7426213dc4254b6b083229c (diff)
downloadmbedtls-5c65c5781fac18f79707a9bdfed3d63aa590a9b5.zip
mbedtls-5c65c5781fac18f79707a9bdfed3d63aa590a9b5.tar.gz
mbedtls-5c65c5781fac18f79707a9bdfed3d63aa590a9b5.tar.bz2
Fix additional misspellings found by codespell
Remaining hits seem to be hex data, certificates, and other miscellaneous exceptions. List generated by running codespell -w -L keypair,Keypair,KeyPair,keyPair,ciph,nd Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
Diffstat (limited to 'scripts/generate_ssl_debug_helpers.py')
-rwxr-xr-xscripts/generate_ssl_debug_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_ssl_debug_helpers.py b/scripts/generate_ssl_debug_helpers.py
index 1dc75c8..959cbbc 100755
--- a/scripts/generate_ssl_debug_helpers.py
+++ b/scripts/generate_ssl_debug_helpers.py
@@ -289,7 +289,7 @@ class SignatureAlgorithmDefinition:
{translation_table}
}};
- return "UNKOWN";
+ return "UNKNOWN";
}}''')
body = body.format(translation_table='\n'.join(translation_table))
return body