few typo fixes
[openssl.git] / test / run_tests.pl
index cacbc02b116bd1ac697343a5a0ae5cde06ca2d60..c91478327470b213a28de3c45a0c6a081518b2fd 100644 (file)
@@ -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";