Przeglądaj źródła

overview-manual: concepts.rst: Fix a typo

(From yocto-docs rev: 5df143f42b60f955cd76a4ad2ff6efceca1d725a)

Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Daniel Ammann 2 lat temu
rodzic
commit
58b051a556
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      documentation/overview-manual/concepts.rst

+ 1 - 1
documentation/overview-manual/concepts.rst

@@ -1941,7 +1941,7 @@ Thanks to this, the depending tasks will keep a previously recorded
 task hash, and BitBake will be able to retrieve their output from
 the Shared State cache, instead of re-executing them. Similarly, the
 output of further downstream tasks can also be retrieved from Shared
-Shate.
+State.
 
 If the output hash is unknown, a new entry will be created on the Hash
 Equivalence server, matching the task hash to that output.