summaryrefslogtreecommitdiff
path: root/datatest.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-25 02:19:51 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-25 02:19:51 -0500
commit446aef2e5ea823c174df0037a8844e715283226d (patch)
tree6bb7488214ad5dc13efa02c9ba228d5e0befa3d9 /datatest.cpp
parenta0e960059fc456931a146f597ce38feb0a5b5ffb (diff)
downloadcryptopp-git-446aef2e5ea823c174df0037a8844e715283226d.tar.gz
Update documentation
Diffstat (limited to 'datatest.cpp')
-rw-r--r--datatest.cpp2
1 files changed, 1 insertions, 1 deletions
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));