Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9dee311 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

tools: Fix typo in ktest.pl



Correct spelling "faied" to "failed" in
tools/testing/ktest/ktest.pl

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0cc785ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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*)=.*)/) {