diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2024-06-20 20:42:46 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-06-24 15:09:11 +0200 |
commit | 8f250985ad1ac4efc25621ce2504c52ef0cbe283 (patch) | |
tree | b419c25d7e1ee85db0de71175177654d7a8059fb /apps | |
parent | Extend `mask` of `ssl_method_st` to 64-bit (diff) | |
download | openssl-8f250985ad1ac4efc25621ce2504c52ef0cbe283.tar.xz openssl-8f250985ad1ac4efc25621ce2504c52ef0cbe283.zip |
Fix typos found by codespell
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/24691)
Diffstat (limited to 'apps')
-rw-r--r-- | apps/include/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/include/platform.h b/apps/include/platform.h index 491559df31..6ba26a7d69 100644 --- a/apps/include/platform.h +++ b/apps/include/platform.h @@ -16,7 +16,7 @@ /* * VMS C only for now, implemented in vms_decc_init.c * If other C compilers forget to terminate argv with NULL, this function - * can be re-used. + * can be reused. */ char **copy_argv(int *argc, char *argv[]); # endif |