summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2024-02-11 18:14:30 +0100
committerTomas Mraz <tomas@openssl.org>2024-02-14 09:36:11 +0100
commitf7241edda4d9fc76f0ee134e6a07a76c6414b70a (patch)
tree0fb5414485a586bfef5cc2ca66fa8f39834a4d41 /include
parent09693750601e39574ca7ea335faacfb23bc7282b (diff)
Fix new typos found by codespell
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23545)
Diffstat (limited to 'include')
-rw-r--r--include/internal/json_enc.h2
-rw-r--r--include/openssl/hpke.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/internal/json_enc.h b/include/internal/json_enc.h
index df84c2d008..5767b3e575 100644
--- a/include/internal/json_enc.h
+++ b/include/internal/json_enc.h
@@ -175,7 +175,7 @@ int ossl_json_in_error(OSSL_JSON_ENC *json);
/* Begin a new JSON object. */
void ossl_json_object_begin(OSSL_JSON_ENC *json);
-/* End a JSON obejct. Must be matched with a call to ossl_json_object_begin(). */
+/* End a JSON object. Must be matched with a call to ossl_json_object_begin(). */
void ossl_json_object_end(OSSL_JSON_ENC *json);
/* Begin a new JSON array. */
diff --git a/include/openssl/hpke.h b/include/openssl/hpke.h
index af637ac61a..cf8b49dd56 100644
--- a/include/openssl/hpke.h
+++ b/include/openssl/hpke.h
@@ -68,7 +68,7 @@
/*
* Roles for use in creating an OSSL_HPKE_CTX, most
- * important use of this is to control nonce re-use.
+ * important use of this is to control nonce reuse.
*/
# define OSSL_HPKE_ROLE_SENDER 0
# define OSSL_HPKE_ROLE_RECEIVER 1