commit | 7ef96ea856bb822afee23436d33948a12c1078b5 | [log] [tgz] |
---|---|---|
author | bootstrap-prime <bootstrap.prime@gmail.com> | Wed May 18 14:08:33 2022 -0400 |
committer | bootstrap-prime <bootstrap.prime@gmail.com> | Wed May 18 14:08:33 2022 -0400 |
tree | 9a6bdbee53817988c15d7498894c90f0a30f6e40 | |
parent | 529bf9d95dd5962805f2b1e2a4aec07ad4358f6e [diff] [blame] |
Fix typos in documentation and constants with typo finding tool Signed-off-by: bootstrap-prime <bootstrap.prime@gmail.com>
diff --git a/library/ecdh.c b/library/ecdh.c index 9dfa868..60c6e42 100644 --- a/library/ecdh.c +++ b/library/ecdh.c
@@ -399,7 +399,7 @@ } /* - * Read the ServerKeyExhange parameters (RFC 4492) + * Read the ServerKeyExchange parameters (RFC 4492) * struct { * ECParameters curve_params; * ECPoint public;