From: Björn Baumbach Date: Thu, 21 Jan 2021 12:16:34 +0000 (+0100) Subject: selftest: fix typos in README files X-Git-Tag: tevent-0.11.0~1701 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb00979c081f5eaba1ccc4ae0b7439708276c835;p=thirdparty%2Fsamba.git selftest: fix typos in README files Signed-off-by: Björn Baumbach Reviewed-by: Andrew Bartlett --- 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!