summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/helpers/handshake_srp.c5
-rw-r--r--test/testutil/tests.c2
2 files changed, 4 insertions, 3 deletions
diff --git a/test/helpers/handshake_srp.c b/test/helpers/handshake_srp.c
index 43a5a4fd60..95fb101059 100644
--- a/test/helpers/handshake_srp.c
+++ b/test/helpers/handshake_srp.c
@@ -8,8 +8,9 @@
*/
/*
- * SRP is deprecated and there is no replacent. When SRP is removed, the code in
- * this file can be removed too. Until then we have to use the deprecated APIs.
+ * SRP is deprecated and there is no replacement. When SRP is removed,
+ * the code in this file can be removed too. Until then we have to use
+ * the deprecated APIs.
*/
#define OPENSSL_SUPPRESS_DEPRECATED
diff --git a/test/testutil/tests.c b/test/testutil/tests.c
index 50d4e12e05..efc4fd2b64 100644
--- a/test/testutil/tests.c
+++ b/test/testutil/tests.c
@@ -18,7 +18,7 @@
/*
* Output a failed test first line.
- * All items are optional are generally not preinted if passed as NULL.
+ * All items are optional are generally not printed if passed as NULL.
* The special cases are for prefix where "ERROR" is assumed and for left
* and right where a non-failure message is produced if either is NULL.
*/