From: Gaël PORTAY Date: Sat, 19 Oct 2024 02:21:53 +0000 (+0200) Subject: reproducible: fix typo X-Git-Tag: yocto-5.2~1519 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab861003e819389849889ba2d4e60e40cd7a7ed9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git reproducible: fix typo This fixes a typo in comment. Signed-off-by: Gaël PORTAY Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oe/reproducible.py b/meta/lib/oe/reproducible.py index 1957c974347..cdb38d5aa45 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