Răsfoiți Sursa

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>
Masanari Iida 13 ani în urmă
părinte
comite
f9dee311e5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tools/testing/ktest/ktest.pl

+ 1 - 1
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*)=.*)/) {