From 3bd7b59046301b5d77cc6e21bfd893a9abb768e2 Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Thu, 10 Nov 2011 15:51:48 +0900 Subject: [PATCH] Fixing some spelling errors, thanks @ptone. --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2d81f58..d596905 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,10 +7,10 @@ v1.0.3 - ``ImageSpec._create()`` was renamed ``ImageSpec.generate()`` and is now available in the public API. -- Added an ``AutoConvert`` processor to encapsulate the trasnparency +- Added an ``AutoConvert`` processor to encapsulate the transparency handling logic. -- Refactored trasnaprency handling to be smarter, handleing a lot more of +- Refactored transparency handling to be smarter, handling a lot more of the situations in which one would convert to or from formats that support transparency.