diff --git a/[refs] b/[refs] index 490cf7f15ae0..72aee28478c3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0cc785ecbf6c04c1ef01c311accee859c856a6b9 +refs/heads/master: f9dee311e54f8adc3b19192c2a372ef7ce381e9e diff --git a/trunk/tools/testing/ktest/ktest.pl b/trunk/tools/testing/ktest/ktest.pl index 62a134dc421a..00c75c44c2cf 100755 --- a/trunk/tools/testing/ktest/ktest.pl +++ b/trunk/tools/testing/ktest/ktest.pl @@ -2601,7 +2601,7 @@ sub config_bisect { # read directly what we want to check my %config_check; open (IN, $output_config) - or dodie "faied to open $output_config"; + or dodie "failed to open $output_config"; while () { if (/^((CONFIG\S*)=.*)/) {