summaryrefslogtreecommitdiffstats
path: root/test/recordlentest.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2017-03-28 23:57:28 +0200
committerRichard Levitte <levitte@openssl.org>2017-03-29 07:14:29 +0200
commit69687aa829bc8bdcaf5468eb3dd0ada13700b7aa (patch)
tree564244011bcb19ef2157b0dac249aea3e1440cae /test/recordlentest.c
parent7bd278957d27e09511520dabdc8696366ffb2b96 (diff)
More typo fixes
Fix some comments too [skip ci] Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3069)
Diffstat (limited to 'test/recordlentest.c')
-rw-r--r--test/recordlentest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recordlentest.c b/test/recordlentest.c
index 82ababea3b..b9d868f6ae 100644
--- a/test/recordlentest.c
+++ b/test/recordlentest.c
@@ -174,7 +174,7 @@ static int test_record_overflow(int idx)
recversion = TLS1_2_VERSION;
if (!write_record(serverbio, len, SSL3_RT_APPLICATION_DATA, recversion)) {
- printf("Unable to write encryprted record\n");
+ printf("Unable to write encrypted record\n");
goto end;
}