summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-11-02 16:24:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-07 10:44:52 +0000
commitfdcbca09f8b458d91399c5ea5373ab210c8a195a (patch)
treefef506f5e5e8961b46756b1b3330b4da1ad50624 /documentation/sdk-manual
parentf8f44cb476cb938a9b12922387cb3dc03d37c6cd (diff)
downloadpoky-fdcbca09f8b458d91399c5ea5373ab210c8a195a.tar.gz
manuals: correct "take affect" by "take effect"
(From yocto-docs rev: aeaf46f78b940744ce2e160e78b244395087e8e7) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/extensible.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
index 8ef44e39ac..c5970f74fa 100644
--- a/documentation/sdk-manual/extensible.rst
+++ b/documentation/sdk-manual/extensible.rst
@@ -315,7 +315,7 @@ command:
315 $ devtool edit-recipe recipe 315 $ devtool edit-recipe recipe
316 316
317 From within the editor, you 317 From within the editor, you
318 can make modifications to the recipe that take affect when you build 318 can make modifications to the recipe that take effect when you build
319 it later. 319 it later.
320 320
3213. *Build the Recipe or Rebuild the Image*: The next step you take 3213. *Build the Recipe or Rebuild the Image*: The next step you take