aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.h
diff options
context:
space:
mode:
authorRenĂ© Korthaus <[email protected]>2017-02-14 10:38:36 +0100
committerRenĂ© Korthaus <[email protected]>2017-02-14 10:38:36 +0100
commit863b7ba99f2014b76e0ba2e2b256d0870301199b (patch)
tree0fd9f68e3c5da4edb76b431719f389592f6676d6 /src/tests/tests.h
parent5579155992d3f3677f06c52c0aa94f4b7e5bf0a6 (diff)
Fix botan-test verbose mode
Diffstat (limited to 'src/tests/tests.h')
-rw-r--r--src/tests/tests.h2
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").
*