aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-11-19 19:42:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-21 11:25:37 +0000
commit3ebaba2b2eada35e26c1105291de0d85bd6d2bb8 (patch)
tree5b006a1b45d4c86d56008b177120b09cae39b628
parent0ac887253e6b2df187bcbac0b060dd39920538af (diff)
downloadbitbake-3ebaba2b2eada35e26c1105291de0d85bd6d2bb8.tar.gz
bitbake-user-manual: fix typo
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-metadata.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index 9580f31d1..e912918aa 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::