Fix typos found by codespell
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Tue, 9 May 2023 07:06:40 +0000 (09:06 +0200)
committerPauli <pauli@openssl.org>
Thu, 15 Jun 2023 00:11:46 +0000 (10:11 +1000)
commiteb4129e12cdf7fe64b3ce352f539e3dbeb1b1321
tree70ffce338d4927b9053db6c3b7b8e16af9e9b681
parent71cf587ea21c1422640847e358019a51806d2811
Fix typos found by codespell

Typos in doc/man* will be fixed in a different commit.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20910)
60 files changed:
CHANGES.md
Configurations/unix-Makefile.tmpl
INSTALL.md
NEWS.md
apps/s_client.c
crypto/bn/bn_nist.c
crypto/deterministic_nonce.c
crypto/ec/ec_local.h
crypto/err/openssl.txt
crypto/hpke/hpke.c
crypto/hpke/hpke_util.c
crypto/modes/asm/aes-gcm-armv8-unroll8_64.pl
crypto/modes/asm/aes-gcm-avx512.pl
crypto/modes/asm/ghash-riscv64.pl
crypto/modes/gcm128.c
crypto/param_build.c
crypto/pkcs12/pk12err.c
crypto/rc4/asm/rc4-x86_64.pl
crypto/rsa/rsa_ossl.c
crypto/rsa/rsa_pk1.c
crypto/sm4/asm/vpsm4-armv8.pl
crypto/sm4/asm/vpsm4_ex-armv8.pl
crypto/thread/arch/thread_win.c
crypto/x509/x509_err.c
dev/release-aux/README.md
doc/designs/ddd/WINDOWS.md
doc/designs/quic-design/congestion-control.md
doc/designs/quic-design/dgram-api.md
doc/designs/quic-design/quic-ackm.md
doc/designs/quic-design/quic-fault-injector.md
doc/designs/quic-design/quic-requirements.md
doc/designs/quic-design/record-layer.md
doc/internal/man3/OSSL_EVENT.pod
engines/e_dasync.c
include/internal/bio_tfo.h
include/internal/endian.h
include/internal/event_queue.h
include/internal/packet_quic.h
include/internal/quic_cc.h
include/internal/recordmethod.h
include/openssl/ec.h
providers/implementations/ciphers/cipher_aes_gcm_siv_polyval.c
providers/implementations/encode_decode/encode_key2text.c
providers/implementations/kdfs/argon2.c
providers/implementations/rands/drbg_hash.c
ssl/quic/quic_ackm.c
ssl/quic/quic_channel.c
ssl/quic/quic_channel_local.h
ssl/record/methods/recmethod_local.h
ssl/record/methods/tls1_meth.c
ssl/statem/statem_lib.c
ssl/statem/statem_srvr.c
test/ffc_internal_test.c
test/helpers/quictestlib.c
test/helpers/quictestlib.h
test/membio_test.c
test/quicfaultstest.c
test/recipes/30-test_evp_data/evppkey_rsa_common.txt
test/sslapitest.c
test/tls-provider.c