Merge pull request #2 from radarhere/patch-1

Fixed various typos
This commit is contained in:
wiredfool 2015-06-16 16:21:55 -07:00
commit 87d984acb5
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 This page will describe a build setup to build Pillow against the
supported python versions in 32 and 64-bit modes, using freely 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 against 64-bit Windows 7 Professional and Windows Server 2012
64-bit version on Amazon EC2. 64-bit version on Amazon EC2.
Prerequsites Prerequisites
------------ ------------
Extra Build Helpers Extra Build Helpers

View File

@ -84,7 +84,7 @@ ZLIB_LIB = $(ZLIBDIR)/zlib.lib
# #
# Comment out the following lines to disable strip chopping # 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 # strips of specified size to reduce memory usage). Default strip size
# is 8192 bytes, it can be configured via the STRIP_SIZE_DEFAULT parameter # is 8192 bytes, it can be configured via the STRIP_SIZE_DEFAULT parameter
# #