File 2539-Fix-typos-in-lib-public_key.patch of Package erlang
From f816eeec5b74d54c87d7cab54d55a77adf69c5d4 Mon Sep 17 00:00:00 2001
From: "Kian-Meng, Ang" <kianmeng@cpan.org>
Date: Sun, 26 Dec 2021 15:48:35 +0800
Subject: [PATCH] Fix typos in lib/public_key
---
lib/public_key/asn1/ECPrivateKey.asn1 | 2 +-
lib/public_key/doc/src/notes.xml | 16 +++++++--------
lib/public_key/doc/src/public_key.xml | 2 +-
lib/public_key/doc/src/using_public_key.xml | 20 +++++++++----------
lib/public_key/src/pubkey_cert.erl | 6 +++---
lib/public_key/src/pubkey_cert_records.erl | 2 +-
lib/public_key/src/pubkey_crl.erl | 2 +-
lib/public_key/src/pubkey_ssh.erl | 2 +-
lib/public_key/src/public_key.erl | 4 ++--
lib/public_key/test/erl_make_certs.erl | 4 ++--
lib/public_key/test/pkits_SUITE.erl | 10 +++++-----
.../ssh_rsa_long_comment_pub | 2 +-
.../ssh_rsa_long_header_pub | 2 +-
lib/public_key/test/public_key_SUITE.erl | 10 +++++-----
14 files changed, 42 insertions(+), 42 deletions(-)
diff --git a/lib/public_key/asn1/ECPrivateKey.asn1 b/lib/public_key/asn1/ECPrivateKey.asn1
index e0f4c3a011..926afe5b29 100644
--- a/lib/public_key/asn1/ECPrivateKey.asn1
+++ b/lib/public_key/asn1/ECPrivateKey.asn1
@@ -19,7 +19,7 @@ ECPrivateKey ::= SEQUENCE {
privateKey CurvePrivateKey,
parameters [0] EcpkParameters OPTIONAL,
publicKey [1] CurvePublicKey OPTIONAL,
- -- Should be PKCS-8 Attributes but problem at the moment with PKCS-8 beeing part
+ -- Should be PKCS-8 Attributes but problem at the moment with PKCS-8 being part
-- of PCKS-FRAME and PKIX1Algorithms88 is part of OTP-PUB-KEY. Procrastinate
-- the solution as it mostly not used anyway
attributes ANY OPTIONAL
--
2.31.1