aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-26 15:22:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-26 15:23:07 +0100
commit8c7a54ea7fdc721278380895d01868b96b330b90 (patch)
tree65540db772b33982d8b20dcd0b5231e07c4b8d53 /README
parent52896ca1fabd22cce01b75cc6fe3412b1ec09b5b (diff)
downloadbitbake-8c7a54ea7fdc721278380895d01868b96b330b90.tar.gz
README: Fix typo
Thanks Peter for spotting. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index b9b376297..fd273b56f 100644
--- a/README
+++ b/README
@@ -44,5 +44,5 @@ Testing:
Bitbake has a testsuite located in lib/bb/tests/ whichs aim to try and prevent regressions.
You can run this with "bitbake-selftest". In particular the fetcher is well covered since
it has so many corner cases. The datastore has many tests too. Testing with the testsuite is
-recommended becore submitting patches, particularly to the fetcher and datastore. We also
+recommended before submitting patches, particularly to the fetcher and datastore. We also
appreciate new test cases and may require them for more obscure issues.