summaryrefslogtreecommitdiffstats
path: root/include/internal/json_enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/json_enc.h')
-rw-r--r--include/internal/json_enc.h2
1 files changed, 1 insertions, 1 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. */