From bb00979c081f5eaba1ccc4ae0b7439708276c835 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Baumbach?= Date: Thu, 21 Jan 2021 13:16:34 +0100 Subject: [PATCH] selftest: fix typos in README files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Baumbach Reviewed-by: Andrew Bartlett --- selftest/flapping.d/README | 2 +- selftest/knownfail.d/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/selftest/flapping.d/README b/selftest/flapping.d/README index cf80129f242..cf32da2585c 100644 --- a/selftest/flapping.d/README +++ b/selftest/flapping.d/README @@ -10,5 +10,5 @@ # It is much better to add known failing tests to 'knownfail', so the # test system can warn when they actually start passing. # -# Empty lines and lines begining with '#' are ignored. +# Empty lines and lines beginning with '#' are ignored. # Please don't add tests to this README! diff --git a/selftest/knownfail.d/README b/selftest/knownfail.d/README index d333231a21e..6f0262a374c 100644 --- a/selftest/knownfail.d/README +++ b/selftest/knownfail.d/README @@ -4,5 +4,5 @@ # "make test" will not report failures for tests listed here and will consider # a successful run for any of these tests an error. # -# Empty lines and lines begining with '#' are ignored. +# Empty lines and lines beginning with '#' are ignored. # Please don't add tests to this README! -- 2.47.3