bitbake-user-manual: fix typo

Message ID 20211119184230.1974711-1-michael.opdenacker@bootlin.com
State Accepted, archived
Commit 3ebaba2b2eada35e26c1105291de0d85bd6d2bb8
Headers show
Series bitbake-user-manual: fix typo | expand

Commit Message

Michael Opdenacker Nov. 19, 2021, 6:42 p.m. UTC
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index 119720d5..e9b9d177 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -894,7 +894,7 @@  Regardless of the type of function, you can only define them in class
 Shell Functions
 ---------------
 
-Functions written in shell script and executed either directly as
+Functions written in shell script are executed either directly as
 functions, tasks, or both. They can also be called by other shell
 functions. Here is an example shell function definition::