From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752021AbcJKHaJ (ORCPT ); Tue, 11 Oct 2016 03:30:09 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:39261 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751969AbcJKHaI (ORCPT ); Tue, 11 Oct 2016 03:30:08 -0400 Date: Tue, 11 Oct 2016 09:30:03 +0200 From: Pavel Machek To: kernel list , trivial@kernel.org, rostedt@goodmis.org, jpoimboe@redhat.com, Andrew Morton Subject: [PATCH] ktest.pl: fix english Message-ID: <20161011073003.GA19476@amd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Ajdust spelling to more common "mandatory". Variant "mandidory" is certainly wrong. Signed-off-by: Pavel Machek 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 { =20 if ($buildonly && $lvalue =3D~ /^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 =3D 0; } } else { - # install still limits some manditory options. + # install still limits some mandatory options. $buildonly =3D 2; } } @@ -735,7 +735,7 @@ sub set_value { if ($prvalue ne "install") { $buildonly =3D 0; } else { - # install still limits some manditory options. + # install still limits some mandatory options. $buildonly =3D 2; } } @@ -3989,7 +3991,7 @@ sub make_min_config { } } =20 - # 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) { --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --liOOAslEiF7prFVr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlf8lPsACgkQMOfwapXb+vL9egCfc9auRFAomX79hY2AkIsB0rhR CgkAn3R5xNO3mAnJL+SgtFxYdXL0QfNS =TJFM -----END PGP SIGNATURE----- --liOOAslEiF7prFVr--