File 0183-Fix-crl_check-typo.patch of Package erlang
From 85ce13b3e80cdf52ca89bb8a390f02baac0a7cc0 Mon Sep 17 00:00:00 2001
From: Luke Bakken <lrbakken@amazon.com>
Date: Wed, 17 Dec 2025 12:58:23 -0800
Subject: [PATCH] Fix `crl_check` typo
---
lib/ssl/src/ssl.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ssl/src/ssl.erl b/lib/ssl/src/ssl.erl
index d0840815f4..f78d943822 100644
--- a/lib/ssl/src/ssl.erl
+++ b/lib/ssl/src/ssl.erl
@@ -903,7 +903,7 @@ Common certificate related options to both client and server.
If this is option is set to `true` all key usage purposes is automatically
accepted for a CA that include that purpose, the options default to false.
-- **`{cerl_check, Check}`** - Handle certificate revocation lists.
+- **`{crl_check, Check}`** - Handle certificate revocation lists.
Perform CRL (Certificate Revocation List) verification
[(public_key:pkix_crls_validate/3)](`public_key:pkix_crls_validate/3`) on all
--
2.51.0