summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-01-17 17:02:02 +0100
committerRich Salz <rsalz@openssl.org>2016-01-22 11:47:24 -0500
commitdf7421ccb45fffc1dd81be6e1296fa8a3b512d10 (patch)
tree3bb54d67a9ef4dcbbece36d0af56f6c8f402de3b /test
parenta76f302c42846f5f6d0e4d072f07708d04c49be7 (diff)
few typo fixes
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/run_tests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_tests.pl b/test/run_tests.pl
index cacbc02b11..c914783274 100644
--- a/test/run_tests.pl
+++ b/test/run_tests.pl
@@ -12,7 +12,7 @@ my $recipesdir = catdir($top, "test", "recipes");
my $testlib = catdir($top, "test", "testlib");
my $utillib = catdir($top, "util");
-# It seems that $switches is getting interpretted with 'eval' or something
+# It seems that $switches is getting interpreted with 'eval' or something
# like that, and that we need to take care of backslashes or they will
# disappear along the way.
$testlib =~ s|\\|\\\\|g if $^O eq "MSWin32";