fix typo in comment

Prepate->Prepare
This commit is contained in:
emamaker 2023-05-08 13:30:24 +02:00
parent 85bed955cc
commit 387202b935

View File

@ -240,7 +240,7 @@ while IFS="" read -r file; do
mv "$tmpsed" "$file"
done
# Prepate the header
# Prepare the header
if ! [ "$SKIP_HEADER" ]; then
tmphead="$(mktemp)"
cp "$headerfile" "$tmphead"