aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/ktest
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-02-11 21:46:56 +0900
committerJiri Kosina <jkosina@suse.cz>2012-02-21 11:40:35 +0100
commitf9dee311e54f8adc3b19192c2a372ef7ce381e9e (patch)
tree4b0736c0d98943dd119893c3b84f88f7a1e18e23 /tools/testing/ktest
parentcramfs: Fix typo in inode.c (diff)
downloadlinux-dev-f9dee311e54f8adc3b19192c2a372ef7ce381e9e.tar.xz
linux-dev-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/testing/ktest')
-rwxr-xr-xtools/testing/ktest/ktest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
index 62a134dc421a..00c75c44c2cf 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*)=.*)/) {