OSDN Git Service

tools: Fix typo in ktest.pl
authorMasanari Iida <standby24x7@gmail.com>
Sat, 11 Feb 2012 12:46:56 +0000 (21:46 +0900)
committerJiri Kosina <jkosina@suse.cz>
Tue, 21 Feb 2012 10:40:35 +0000 (11:40 +0100)
Correct spelling "faied" to "failed" in
tools/testing/ktest/ktest.pl

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
tools/testing/ktest/ktest.pl

index 62a134d..00c75c4 100755 (executable)
@@ -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 (<IN>) {
        if (/^((CONFIG\S*)=.*)/) {