aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2024-06-20 20:42:46 +0200
committerTomas Mraz <tomas@openssl.org>2024-06-24 15:09:11 +0200
commit8f250985ad1ac4efc25621ce2504c52ef0cbe283 (patch)
treeb419c25d7e1ee85db0de71175177654d7a8059fb /apps
parent89c9c3b857b5d68d835c3c3d371dc74a26f568fd (diff)
downloadopenssl-8f250985ad1ac4efc25621ce2504c52ef0cbe283.zip
openssl-8f250985ad1ac4efc25621ce2504c52ef0cbe283.tar.gz
openssl-8f250985ad1ac4efc25621ce2504c52ef0cbe283.tar.bz2
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/include/platform.h b/apps/include/platform.h
index 491559d..6ba26a7 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