diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-11 21:46:56 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-21 11:40:35 +0100 |
commit | f9dee311e54f8adc3b19192c2a372ef7ce381e9e (patch) | |
tree | 4b0736c0d98943dd119893c3b84f88f7a1e18e23 /tools | |
parent | 0cc785ecbf6c04c1ef01c311accee859c856a6b9 (diff) | |
download | linux-3.10-f9dee311e54f8adc3b19192c2a372ef7ce381e9e.tar.gz linux-3.10-f9dee311e54f8adc3b19192c2a372ef7ce381e9e.tar.bz2 linux-3.10-f9dee311e54f8adc3b19192c2a372ef7ce381e9e.zip |
tools: Fix typo in ktest.pl
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>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/testing/ktest/ktest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 62a134dc421..00c75c44c2c 100755 --- a/tools/testing/ktest/ktest.pl +++ b/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 (<IN>) { if (/^((CONFIG\S*)=.*)/) { |