aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.h
diff options
context:
space:
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").
*