diff options
author | René Korthaus <[email protected]> | 2017-02-14 10:38:36 +0100 |
---|---|---|
committer | René Korthaus <[email protected]> | 2017-02-14 10:38:36 +0100 |
commit | 863b7ba99f2014b76e0ba2e2b256d0870301199b (patch) | |
tree | 0fd9f68e3c5da4edb76b431719f389592f6676d6 /src/tests/tests.h | |
parent | 5579155992d3f3677f06c52c0aa94f4b7e5bf0a6 (diff) |
Fix botan-test verbose mode
Diffstat (limited to 'src/tests/tests.h')
-rw-r--r-- | src/tests/tests.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/tests.h b/src/tests/tests.h index ed7008c34..81243be58 100644 --- a/src/tests/tests.h +++ b/src/tests/tests.h @@ -47,7 +47,7 @@ class Test_Error : public Botan::Exception }; /* -* A generic test which retuns a set of results when run. +* A generic test which returns a set of results when run. * The tests may not all have the same type (for example test * "block" returns results for "AES-128" and "AES-256"). * |