diff options
author | Peter Meerwald-Stadler <[email protected]> | 2021-10-01 14:45:04 +0200 |
---|---|---|
committer | Peter Meerwald-Stadler <[email protected]> | 2021-10-01 14:45:04 +0200 |
commit | 7fcba1045cf1c017dc5fc6cd9281064771d75428 (patch) | |
tree | b9be552b85088cd41124c4bbb1e619f2d17e069c /src/tests | |
parent | d17ffc7438d467cf311ce4ad0a6d9889f2e31f9a (diff) |
Fix a couple of trivial typos allover
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/unit_ecdsa.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/unit_ecdsa.cpp b/src/tests/unit_ecdsa.cpp index 83e6e3a3e..f0ccc08f8 100644 --- a/src/tests/unit_ecdsa.cpp +++ b/src/tests/unit_ecdsa.cpp @@ -33,7 +33,7 @@ namespace { #if defined(BOTAN_HAS_ECDSA) /** -* Tests whether the the signing routine will work correctly in case +* Tests whether the signing routine will work correctly in case * the integer e that is constructed from the message (thus the hash * value) is larger than n, the order of the base point. Tests the * signing function of the pk signer object |