From 02f990cdc121db395988d7f3a84d87b707a75e7e Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 3 Feb 2021 04:12:33 -0500 Subject: Fix typos --- ec2n.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ec2n.h') diff --git a/ec2n.h b/ec2n.h index b05377bb..1da17842 100644 --- a/ec2n.h +++ b/ec2n.h @@ -44,7 +44,7 @@ public: /// \brief Construct an EC2N from BER encoded parameters /// \param bt BufferedTransformation derived object - /// \details This constructor will decode and extract the the fields fieldID and curve of the sequence ECParameters + /// \details This constructor will decode and extract the fields fieldID and curve of the sequence ECParameters EC2N(BufferedTransformation &bt); /// \brief Encode the fields fieldID and curve of the sequence ECParameters -- cgit v1.2.1