mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Spelling fixes
This commit is contained in:
parent
1e0fbc0f1a
commit
07e93eb17a
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user