diff mbox series

reproducible: fix typo

Message ID 20241019022153.2106097-1-gael.portay+rtone@gmail.com
State Accepted, archived
Commit ab861003e819389849889ba2d4e60e40cd7a7ed9
Headers show
Series reproducible: fix typo | expand

Commit Message

Gaël PORTAY Oct. 19, 2024, 2:21 a.m. UTC
This fixes a typo in comment.

Signed-off-by: Gaël PORTAY <gael.portay+rtone@gmail.com>
---
 meta/lib/oe/reproducible.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/lib/oe/reproducible.py b/meta/lib/oe/reproducible.py
index 1957c97434..cdb38d5aa4 100644
--- a/meta/lib/oe/reproducible.py
+++ b/meta/lib/oe/reproducible.py
@@ -47,7 +47,7 @@  import bb
 # 2. If there is a git checkout, use the last git commit timestamp.
 #    Git does not preserve file timestamps on checkout.
 #
-# 3. Use the mtime of "known" files such as NEWS, CHANGLELOG, ...
+# 3. Use the mtime of "known" files such as NEWS, CHANGELOG, ...
 #    This works for well-kept repositories distributed via tarball.
 #
 # 4. Use the modification time of the youngest file in the source tree, if