From df7421ccb45fffc1dd81be6e1296fa8a3b512d10 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Sun, 17 Jan 2016 17:02:02 +0100 Subject: few typo fixes Signed-off-by: Rich Salz Reviewed-by: Kurt Roeckx --- test/run_tests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/run_tests.pl') 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"; -- cgit v1.2.3