aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorklemens <ka7@github.com>2016-08-05 19:56:58 +0200
committerRich Salz <rsalz@openssl.org>2016-08-05 19:07:30 -0400
commit6025001707fd65679d758c877200469d4e72ea88 (patch)
tree557bc457aea10e4f854f1ae975d38b0e9c8c79fb /test/recipes
parent1ccbe6b32c98f61526e364c7abc94f55ec600293 (diff)
downloadopenssl-6025001707fd65679d758c877200469d4e72ea88.tar.gz
spelling fixes, just comments and readme.
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1413)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/01-test_symbol_presence.t2
-rw-r--r--test/recipes/25-test_d2i.t2
-rw-r--r--test/recipes/70-test_sslrecords.t2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/recipes/01-test_symbol_presence.t b/test/recipes/01-test_symbol_presence.t
index 32827f573e..dbd4b1008d 100644
--- a/test/recipes/01-test_symbol_presence.t
+++ b/test/recipes/01-test_symbol_presence.t
@@ -23,7 +23,7 @@ my $testcount = scalar @libnames;
plan tests => $testcount * 2;
note
- "NOTE: developper test! It's possible that it won't run on your\n",
+ "NOTE: developer test! It's possible that it won't run on your\n",
"platform, and that's perfectly fine. This is mainly for developers\n",
"on Unix to check that our shared libraries are consistent with the\n",
"ordinals (util/*.num in the source tree), something that should be\n",
diff --git a/test/recipes/25-test_d2i.t b/test/recipes/25-test_d2i.t
index 77afe3fb9f..9db0b2be45 100644
--- a/test/recipes/25-test_d2i.t
+++ b/test/recipes/25-test_d2i.t
@@ -38,7 +38,7 @@ ok(run(test(["d2i_test", "ASN1_ANY", "OK",
srctop_file('test','d2i-tests','high_tag.der')])),
"Running d2i_test high_tag.der");
-# Above test data but interpeted as ASN.1 INTEGER: this will be rejected
+# Above test data but interpreted as ASN.1 INTEGER: this will be rejected
# because the tag is invalid.
ok(run(test(["d2i_test", "ASN1_INTEGER", "decode",
srctop_file('test','d2i-tests','high_tag.der')])),
diff --git a/test/recipes/70-test_sslrecords.t b/test/recipes/70-test_sslrecords.t
index 5a569d3052..0ae018a07d 100644
--- a/test/recipes/70-test_sslrecords.t
+++ b/test/recipes/70-test_sslrecords.t
@@ -110,7 +110,7 @@ sub add_frag_alert_filter
#);
#push @{$proxy->record_list}, $record;
- # Now add the alert level (Fatal) as a seperate record
+ # Now add the alert level (Fatal) as a separate record
$byte = pack('C', TLSProxy::Message::AL_LEVEL_FATAL);
my $record = TLSProxy::Record->new(
0,