diff mbox series

overview-manual: concepts.rst: Fix a typo

Message ID 20230530063751.905344-1-daniel.ammann@bytesatwork.ch
State New
Headers show
Series overview-manual: concepts.rst: Fix a typo | expand

Commit Message

Daniel Ammann May 30, 2023, 6:37 a.m. UTC
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
---
 documentation/overview-manual/concepts.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Opdenacker May 30, 2023, 8:01 a.m. UTC | #1
Hi Daniel,

On 30.05.23 at 08:37, Daniel Ammann wrote:
> Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
> ---
>   documentation/overview-manual/concepts.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
> index 6db515e50..668e00256 100644
> --- a/documentation/overview-manual/concepts.rst
> +++ b/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.

Oops, this one was my fault.
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into master-next.

Thanks!
Michael.
diff mbox series

Patch

diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 6db515e50..668e00256 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/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.