Merge tag 'ktest-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[firefly-linux-kernel-4.4.55.git] / tools / testing / ktest / ktest.pl
index c858152f16e25dad99332492b5dd50637ffd22bf..95d6a6f7c33aa7971c50f9b107f0c8474a16d70a 100755 (executable)
@@ -2629,7 +2629,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 (<IN>) {
        if (/^((CONFIG\S*)=.*)/) {