Fixed various typos

This commit is contained in:
Andrew Murray 2015-06-17 09:02:32 +10:00
parent 2605f27bd3
commit d35ecbef84
2 changed files with 3 additions and 3 deletions

View File

@ -6,11 +6,11 @@ Building Pillow on Windows
This page will describe a build setup to build Pillow against the
supported python versions in 32 and 64-bit modes, using freely
availble Microsoft compilers. This has been developed and tested
available Microsoft compilers. This has been developed and tested
against 64-bit Windows 7 Professional and Windows Server 2012
64-bit version on Amazon EC2.
Prerequsites
Prerequisites
------------
Extra Build Helpers

View File

@ -84,7 +84,7 @@ ZLIB_LIB = $(ZLIBDIR)/zlib.lib
#
# Comment out the following lines to disable strip chopping
# (whether or not to convert single-strip uncompressed images to mutiple
# (whether or not to convert single-strip uncompressed images to multiple
# strips of specified size to reduce memory usage). Default strip size
# is 8192 bytes, it can be configured via the STRIP_SIZE_DEFAULT parameter
#