From 07e93eb17a4e4a43a38bff28b5d833b03f8456cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 9 May 2017 12:18:14 +0300 Subject: [PATCH] Spelling fixes --- .travis/after_success.sh | 2 +- CHANGES.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/after_success.sh b/.travis/after_success.sh index 906ade61b..96781fbbd 100755 --- a/.travis/after_success.sh +++ b/.travis/after_success.sh @@ -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 diff --git a/CHANGES.rst b/CHANGES.rst index dcbff8be1..435cf5a16 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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.