diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-11-02 16:24:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-07 10:44:52 +0000 |
commit | fdcbca09f8b458d91399c5ea5373ab210c8a195a (patch) | |
tree | fef506f5e5e8961b46756b1b3330b4da1ad50624 /documentation/sdk-manual | |
parent | f8f44cb476cb938a9b12922387cb3dc03d37c6cd (diff) | |
download | poky-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.rst | 2 |
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 | ||
321 | 3. *Build the Recipe or Rebuild the Image*: The next step you take | 321 | 3. *Build the Recipe or Rebuild the Image*: The next step you take |