diff options
author | Igor Melichev <igor.melichev@artifex.com> | 2002-12-08 10:40:02 +0000 |
---|---|---|
committer | Igor Melichev <igor.melichev@artifex.com> | 2002-12-08 10:40:02 +0000 |
commit | 26d8a563a987a5cc233afd3d43f37ab74a544808 (patch) | |
tree | 7b32500aea58acd7ee9e513c33f34eb2bc8181aa /gs/src/gdevpsdi.c | |
parent | e2ef2fc63aa32aa84e28a5c66c6481f6316682ad (diff) |
Fix (pdfwrite) : Fixing a spelling in a comment.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@3415 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/gdevpsdi.c')
-rw-r--r-- | gs/src/gdevpsdi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gs/src/gdevpsdi.c b/gs/src/gdevpsdi.c index 6c1fd3482..5266da8be 100644 --- a/gs/src/gdevpsdi.c +++ b/gs/src/gdevpsdi.c @@ -111,9 +111,9 @@ setup_image_compression(psdf_binary_writer *pbw, const psdf_image_params *pdip, * is analyze the image to decide whether to use JPEG encoding * (DCTEncode with ACSDict) or the lossless filter. However, since * we don't buffer the entire image, we'll make the choice on-fly, - * forking the image data into 3 streams : (1) JPEG, (2) looseless, + * forking the image data into 3 streams : (1) JPEG, (2) lossless, * (3) the compression chooser. In this case this function is - * called 2 times with different values of the 'looseless' argument. + * called 2 times with different values of the 'lossless' argument. */ if (lossless) { orig_template = template = lossless_template; |