From: Masanari Iida Date: Sat, 11 Feb 2012 12:46:56 +0000 (+0900) Subject: tools: Fix typo in ktest.pl X-Git-Tag: accepted/tizen/common/20141203.182822~4578^2~97 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9dee311e54f8adc3b19192c2a372ef7ce381e9e;p=platform%2Fkernel%2Flinux-arm64.git tools: Fix typo in ktest.pl Correct spelling "faied" to "failed" in tools/testing/ktest/ktest.pl Signed-off-by: Masanari Iida Signed-off-by: Jiri Kosina --- diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 62a134d..00c75c4 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 () { if (/^((CONFIG\S*)=.*)/) {