Skip to content

Commit 49a4631

Browse files
committed
spelling: dependent
Signed-off-by: Josh Soref <[email protected]>
1 parent 228fc54 commit 49a4631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/bin/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ do
3939
cp -p $P $basedir/html/builds/$p
4040
size=$(ls -la html/builds/$p | sed -e 's# # #g' | cut -d' ' -f 5)
4141
echo size = $size
42-
# Why is stat platform depenendent?
42+
# Why is stat platform dependent?
4343
date=$($statbin -c "%y" html/builds/$p | cut -d' ' -f 1-2 | cut -d: -f 1-2)
4444
checkSum=$(sha256sum html/builds/$p | cut -d' ' -f 1)
4545

0 commit comments

Comments
 (0)