Skip to content

Commit

Permalink
tools: Fix typo in ktest.pl
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and Jiri Kosina committed Feb 21, 2012
1 parent 0cc785e commit f9dee31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/ktest/ktest.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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*)=.*)/) {
Expand Down

0 comments on commit f9dee31

Please sign in to comment.