From 06ff164992a7ae960b4647cecc659b50244608b8 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Wed, 13 Jul 2011 01:10:46 -0400 Subject: [PATCH] Reword comment --- lib/image/png.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/image/png.coffee b/lib/image/png.coffee index 2aa1646..34b28ea 100644 --- a/lib/image/png.coffee +++ b/lib/image/png.coffee @@ -138,7 +138,7 @@ class PNG # For PNG color types 4 and 6, the transparency data is stored as a alpha # channel mixed in with the main image data. Separate this data out into an - # SMask object store separately in the PDF. + # SMask object and store it separately in the PDF. if @hasAlphaChannel @splitAlphaChannel() obj.data['Length'] = @imgData.length