Skip to content

Commit fca9c33

Browse files
jcfrthewtex
authored andcommitted
Fix typo
1 parent dfbc9cc commit fca9c33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/internal/manylinux-build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ for PYBIN in "${PYBINARIES[@]}"; do
113113
done
114114
fi
115115

116-
# Remove unecessary files for building against ITK
116+
# Remove unnecessary files for building against ITK
117117
find $build_path -name '*.cpp' -delete -o -name '*.xml' -delete
118118
rm -rf $build_path/Wrapping/Generators/castxml*
119119
find $build_path -name '*.o' -delete

scripts/macpython-build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ for VENV in "${VENVS[@]}"; do
151151

152152
fi
153153

154-
# Remove unecessary files for building against ITK
154+
# Remove unnecessary files for building against ITK
155155
find $build_path -name '*.cpp' -delete -o -name '*.xml' -delete
156156
rm -rf $build_path/Wrapping/Generators/castxml*
157157
find $build_path -name '*.o' -delete

0 commit comments

Comments
 (0)