diff options
author | Clay Leeds <clay@apache.org> | 2007-03-29 05:18:28 +0000 |
---|---|---|
committer | Clay Leeds <clay@apache.org> | 2007-03-29 05:18:28 +0000 |
commit | 00994ff994056c2b2c070fda936a7c82b63eeb29 (patch) | |
tree | 7dffaf3b73cbbc31a811b1976bd79fe40a87dfef /src/documentation | |
parent | da038e00dca8d366b7e005915920a321a7a856cb (diff) | |
download | xmlgraphics-fop-00994ff994056c2b2c070fda936a7c82b63eeb29.tar.gz xmlgraphics-fop-00994ff994056c2b2c070fda936a7c82b63eeb29.zip |
minor typo fix
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@523562 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/0.93/output.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/0.93/output.xml b/src/documentation/content/xdocs/0.93/output.xml index 8c2c0213e..fdc37931d 100644 --- a/src/documentation/content/xdocs/0.93/output.xml +++ b/src/documentation/content/xdocs/0.93/output.xml @@ -662,8 +662,8 @@ out = proc.getOutputStream();]]></source> <fonts><!-- described elsewhere --></fonts> </renderer>]]></source> <p> - The default value for the "compression" setting is "PackBits" which - which is a widely supported RLE compression scheme for TIFF. The set of compression + The default value for the "compression" setting is "PackBits" which is a + widely supported RLE compression scheme for TIFF. The set of compression names to be used here matches the set that the Image I/O API uses. Note that not all compression schemes may be available during runtime. This depends on the actual codecs being available. Here is a list of possible values: |