]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
reproducible: fix typo
authorGaël PORTAY <gael.portay+rtone@gmail.com>
Sat, 19 Oct 2024 02:21:53 +0000 (04:21 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Oct 2024 14:23:56 +0000 (15:23 +0100)
This fixes a typo in comment.

Signed-off-by: Gaël PORTAY <gael.portay+rtone@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/reproducible.py

index 1957c97434778b8e789eb71eadb15b0a5154bf2d..cdb38d5aa45d54bb358f819bc40864b84f125ef2 100644 (file)
@@ -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