diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-12-16 18:47:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-07 11:12:06 +0000 |
commit | 620ba2535c0123958ec5cad56a667588cb8112f2 (patch) | |
tree | 277ac7f8ceab5677a80a2406924ed176899ab509 | |
parent | dd938fbbdb8a1b49ce9a4ca73089f827a7516688 (diff) | |
download | poky-620ba2535c0123958ec5cad56a667588cb8112f2.tar.gz |
overview-manual: fix typo
(From yocto-docs rev: 595d3e77855aeed31537a5e58a4426d7cc0b21f5)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index bfd54208af..6f8a3def69 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1570,7 +1570,7 @@ that parts do not need to be rebuilt. Fundamentally, building from | |||
1570 | scratch is attractive as it means all parts are built fresh and there is | 1570 | scratch is attractive as it means all parts are built fresh and there is |
1571 | no possibility of stale data that can cause problems. When | 1571 | no possibility of stale data that can cause problems. When |
1572 | developers hit problems, they typically default back to building from | 1572 | developers hit problems, they typically default back to building from |
1573 | scratch so they have a know state from the start. | 1573 | scratch so they have a known state from the start. |
1574 | 1574 | ||
1575 | Building an image from scratch is both an advantage and a disadvantage | 1575 | Building an image from scratch is both an advantage and a disadvantage |
1576 | to the process. As mentioned in the previous paragraph, building from | 1576 | to the process. As mentioned in the previous paragraph, building from |