Merge pull request #2510 from scop/spelling

Spelling fixes
This commit is contained in:
Hugo 2017-05-09 12:59:54 +03:00 committed by GitHub
commit cbf955b0e3
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) export $(cat .to_export_back)
if [ "$BUILD_LEADER" = "YES" ]; then if [ "$BUILD_LEADER" = "YES" ]; then
if [ "$BUILD_AGGREGATE_STATUS" = "others_succeeded" ]; 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 # Trigger a macOS build at the pillow-wheels repo
./build_children.sh ./build_children.sh
else else

View File

@ -3372,7 +3372,7 @@ Pre-fork
to any other format, via a lookup table. That table should to any other format, via a lookup table. That table should
contain 256 values for each band in the output image. 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 overwrote the offset method with an internal attribute. All
drivers have been updated to use private attributes where drivers have been updated to use private attributes where
possible. possible.