Browse Source

bitbake: README: Fix typo

Thanks Peter for spotting.

(Bitbake rev: 8c7a54ea7fdc721278380895d01868b96b330b90)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie 3 years ago
parent
commit
1092cdfb8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bitbake/README

+ 1 - 1
bitbake/README

@@ -39,5 +39,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.