chore: fix spelling mistakes in non-Lean files (#5430)

Co-authored-by: euprunin <euprunin@users.noreply.github.com>
This commit is contained in:
euprunin
2024-09-23 23:11:20 +02:00
committed by GitHub
parent 624f1b9963
commit cda6733f97
6 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ for f in $(git ls-files src ':!:src/lake/*' ':!:src/Leanc.lean'); do
done
# special handling for Lake files due to its nested directory
# copy the README to ensure the `stage0/src/lake` directory is comitted
# copy the README to ensure the `stage0/src/lake` directory is committed
for f in $(git ls-files 'src/lake/Lake/*' src/lake/Lake.lean src/lake/LakeMain.lean src/lake/README.md ':!:src/lakefile.toml'); do
if [[ $f == *.lean ]]; then
f=${f#src/lake}