Skip to content

Commit 6f83cc4

Browse files
committed
Fix typo in makexpi.sh.
1 parent 4ab4e96 commit 6f83cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makexpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ -n "$1" ] && [ "$2" != "--no-recurse" ] && [ "$1" != "--fast" ] ; then
2929
cp -r -f -a .git $SUBDIR
3030
cd $SUBDIR
3131
git reset --hard "$1"
32-
# When a file are renamed, the old copy can linger in the checkout directory.
32+
# When a file is renamed, the old copy can linger in the checkout directory.
3333
# Ensure a clean build.
3434
git clean -fdx
3535

0 commit comments

Comments
 (0)