Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1498637 > unrolled thread

[PATCH] ktest.pl: fix english

Started byPavel Machek <pavel@ucw.cz>
First post2016-10-11 09:40 +0200
Last post2016-10-11 12:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ktest.pl: fix english Pavel Machek <pavel@ucw.cz> - 2016-10-11 09:40 +0200
    Re: [PATCH] ktest.pl: fix english Steven Rostedt <rostedt@goodmis.org> - 2016-10-11 12:10 +0200

#1498637 — [PATCH] ktest.pl: fix english

FromPavel Machek <pavel@ucw.cz>
Date2016-10-11 09:40 +0200
Subject[PATCH] ktest.pl: fix english
Message-ID<sqZPk-3Ko-19@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

Ajdust spelling to more common "mandatory". Variant "mandidory" is
certainly wrong.

Signed-off-by: Pavel Machek <pavel@ucw.cz>

diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
index d08e214..a5e36b2 100755
--- a/tools/testing/ktest/ktest.pl
+++ b/tools/testing/ktest/ktest.pl
@@ -719,14 +719,14 @@ sub set_value {
 
     if ($buildonly && $lvalue =~ /^TEST_TYPE(\[.*\])?$/ && $prvalue ne "build") {
 	# Note if a test is something other than build, then we
-	# will need other manditory options.
+	# will need other mandatory options.
 	if ($prvalue ne "install") {
 	    # for bisect, we need to check BISECT_TYPE
 	    if ($prvalue ne "bisect") {
 		$buildonly = 0;
 	    }
 	} else {
-	    # install still limits some manditory options.
+	    # install still limits some mandatory options.
 	    $buildonly = 2;
 	}
     }
@@ -735,7 +735,7 @@ sub set_value {
 	if ($prvalue ne "install") {
 	    $buildonly = 0;
 	} else {
-	    # install still limits some manditory options.
+	    # install still limits some mandatory options.
 	    $buildonly = 2;
 	}
     }
@@ -3989,7 +3991,7 @@ sub make_min_config {
 		}
 	    }
 
-	    # Save off all the current mandidory configs
+	    # Save off all the current mandatory configs
 	    open (OUT, ">$temp_config")
 		or die "Can't write to $temp_config";
 	    foreach my $config (keys %keep_configs) {

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[toc] | [next] | [standalone]


#1498701

FromSteven Rostedt <rostedt@goodmis.org>
Date2016-10-11 12:10 +0200
Message-ID<sr2au-5m1-17@gated-at.bofh.it>
In reply to#1498637
On Tue, 11 Oct 2016 09:30:03 +0200
Pavel Machek <pavel@ucw.cz> wrote:

> Ajdust spelling to more common "mandatory". Variant "mandidory" is
> certainly wrong.

It was to see who could find Dory.

This should go through the trivial tree. Thanks!

Acked-by: Steven Rostedt <rostedt@goodmis.org>

-- Steve

> 
> Signed-off-by: Pavel Machek <pavel@ucw.cz>
> 
> diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
> index d08e214..a5e36b2 100755
> --- a/tools/testing/ktest/ktest.pl
> +++ b/tools/testing/ktest/ktest.pl
> @@ -719,14 +719,14 @@ sub set_value {
>  
>      if ($buildonly && $lvalue =~ /^TEST_TYPE(\[.*\])?$/ && $prvalue ne "build") {
>  	# Note if a test is something other than build, then we
> -	# will need other manditory options.
> +	# will need other mandatory options.
>  	if ($prvalue ne "install") {
>  	    # for bisect, we need to check BISECT_TYPE
>  	    if ($prvalue ne "bisect") {
>  		$buildonly = 0;
>  	    }
>  	} else {
> -	    # install still limits some manditory options.
> +	    # install still limits some mandatory options.
>  	    $buildonly = 2;
>  	}
>      }
> @@ -735,7 +735,7 @@ sub set_value {
>  	if ($prvalue ne "install") {
>  	    $buildonly = 0;
>  	} else {
> -	    # install still limits some manditory options.
> +	    # install still limits some mandatory options.
>  	    $buildonly = 2;
>  	}
>      }
> @@ -3989,7 +3991,7 @@ sub make_min_config {
>  		}
>  	    }
>  
> -	    # Save off all the current mandidory configs
> +	    # Save off all the current mandatory configs
>  	    open (OUT, ">$temp_config")
>  		or die "Can't write to $temp_config";
>  	    foreach my $config (keys %keep_configs) {
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web