Spelling fixes

This commit is contained in:
Ville Skyttä 2017-05-09 12:18:14 +03:00
parent 1e0fbc0f1a
commit 07e93eb17a
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ if [ "$TRAVIS_REPO_SLUG" = "python-pillow/Pillow" ] && [ "$TRAVIS_BRANCH" = "mas
export $(cat .to_export_back)
if [ "$BUILD_LEADER" = "YES" ]; then
if [ "$BUILD_AGGREGATE_STATUS" = "others_succeeded" ]; then
echo "All jobs succeded! Triggering macOS build..."
echo "All jobs succeeded! Triggering macOS build..."
# Trigger a macOS build at the pillow-wheels repo
./build_children.sh
else

View File

@ -3372,7 +3372,7 @@ Pre-fork
to any other format, via a lookup table. That table should
contain 256 values for each band in the output image.
+ Some file drivers (including FLI/FLC, GIF, and IM) accidently
+ Some file drivers (including FLI/FLC, GIF, and IM) accidentally
overwrote the offset method with an internal attribute. All
drivers have been updated to use private attributes where
possible.