Merge pull request 'fix typo in comment' () from EmaMaker/rivet:typo into master

Reviewed-on: http://git.alemauri.eu/alema/rivet/pulls/1
This commit is contained in:
Alessandro Mauri 2023-05-18 00:30:12 +02:00
commit 6b49f03e02

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"