From 446aef2e5ea823c174df0037a8844e715283226d Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 25 Dec 2020 02:19:51 -0500 Subject: Update documentation --- datatest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datatest.cpp') diff --git a/datatest.cpp b/datatest.cpp index 8d7503e2..8509fb74 100644 --- a/datatest.cpp +++ b/datatest.cpp @@ -380,7 +380,7 @@ void TestSignatureScheme(TestData &v) { // This test is specialized for RFC 6979. The RFC is a drop-in replacement // for DSA and ECDSA, and access to the seed or secret is not needed. If - // additional determinsitic signatures are added, then the test harness will + // additional deterministic signatures are added, then the test harness will // likely need to be extended. std::string signature; SignerFilter f(Test::GlobalRNG(), *signer, new StringSink(signature)); -- cgit v1.2.1