From 69d723acfc5fefb8b2ca6bd2fff67f03ff6067b2 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 31 Jul 2008 01:49:48 +0000 Subject: [PATCH] typos svn: r10995 --- collects/file/gif.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/file/gif.ss b/collects/file/gif.ss index 526ffb39bc..f033aa76ba 100644 --- a/collects/file/gif.ss +++ b/collects/file/gif.ss @@ -568,8 +568,8 @@ (values [_ bytes?] [_ gif-colormap?] [_ (or/c false/c color?)])) @{Each image in a GIF stream is limited to 256 colors, including the transparent ``color,'' if any. The @scheme[quantize] function - helps converts a 24-bit image (plus alpha channel) into an - indexed-color image,reducing the number of colors if necessary. + converts a 24-bit image (plus alpha channel) into an + indexed-color image, reducing the number of colors if necessary. Given a set of pixels expressed in ARGB format (i.e., each four bytes is a set of values for one pixel: alpha, red, blue, and