From 4557ff9cfda5257673bde0fc2480d447f0b04139 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Mon, 20 Oct 2025 08:49:40 +0200 Subject: [PATCH] ref-manual/variables.rst: fix a typo in UNPACKDIR description (From yocto-docs rev: abcb3b7aa449e2cdab9bda1a96b5c63c4e376759) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 83c055fe5d..3bc666674f 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -10949,7 +10949,7 @@ system and gives an overview of their function and contents. :term:`UNPACKDIR` This variable, used by the :ref:`ref-classes-base` class, - specifies where fetches sources should be unpacked by the + specifies where fetched sources should be unpacked by the :ref:`ref-tasks-unpack` task. :term:`UPDATERCPN`