diff options
author | Tom Cosgrove <tom.cosgrove@arm.com> | 2024-12-05 10:08:42 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2025-01-14 12:05:07 +0100 |
commit | 690bb5192c7ef36f427dddf9719b938d76837b23 (patch) | |
tree | 1ede5508ab9f6449071453a63d0ae59633edb18a /test | |
parent | LoongArch: we should access global symbol by la.global instead of (diff) | |
download | openssl-690bb5192c7ef36f427dddf9719b938d76837b23.tar.xz openssl-690bb5192c7ef36f427dddf9719b938d76837b23.zip |
Fix double 'the's
Reviewed-by: Hugo Landau <hlandau@devever.net>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26118)
Diffstat (limited to 'test')
-rw-r--r-- | test/bio_base64_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bio_base64_test.c b/test/bio_base64_test.c index 9851aa6365..d4e160d6bf 100644 --- a/test/bio_base64_test.c +++ b/test/bio_base64_test.c @@ -457,7 +457,7 @@ int setup_tests(void) * * Followed by zero, one or two additional bytes that may involve padding, * or else (truncation) 1, 2 or 3 bytes with missing padding. - * Only the the first four variants make sense with padding or truncated + * Only the first four variants make sense with padding or truncated * groups. * * With two types of underlying BIO |