diff mbox series

ref-manual/variables.rst: fix a typo in UNPACKDIR description

Message ID 20251020-fix-unpackdir-typo-v1-1-597d02a2c6b1@bootlin.com
State Under Review
Headers show
Series ref-manual/variables.rst: fix a typo in UNPACKDIR description | expand

Commit Message

Antonin Godard Oct. 20, 2025, 6:49 a.m. UTC
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/ref-manual/variables.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: ba6ca13a2ecf844b6d072d0c2c102c9e5d38524f
change-id: 20251020-fix-unpackdir-typo-1ec2b4132a43

Best regards,
--  
Antonin Godard <antonin.godard@bootlin.com>

Comments

Quentin Schulz Oct. 20, 2025, 9:07 a.m. UTC | #1
Hi Antonin,

On 10/20/25 8:49 AM, Antonin Godard via lists.yoctoproject.org wrote:
> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index f9faa513e..635fb662a 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -10999,7 +10999,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`