diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2016-10-22 19:24:33 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2016-10-22 18:03:52 +0000 |
commit | 6af27d245a70e3beb224d175b5cc96092814eeee (patch) | |
tree | 1dbc30e679b1d5ae6ecf2865b6b882d5c3b16080 /vcl | |
parent | 27a4fb657fad157d26d07934ecd0cce578a99f38 (diff) |
Typos in comments
Change-Id: I6450d3862a67c2a9275a569a8ee3c29262124409
Reviewed-on: https://gerrit.libreoffice.org/30162
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/pdfextoutdevdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/pdfextoutdevdata.cxx b/vcl/source/gdi/pdfextoutdevdata.cxx index beb198f52f27..2223ca37ad9e 100644 --- a/vcl/source/gdi/pdfextoutdevdata.cxx +++ b/vcl/source/gdi/pdfextoutdevdata.cxx @@ -825,7 +825,7 @@ bool PDFExtOutDevData::HasAdequateCompression( const Graphic &rGraphic, static const struct { sal_Int32 mnQuality; sal_Int32 mnRatio; - } aRatios[] = { // minium tolerable compression ratios + } aRatios[] = { // minimum tolerable compression ratios { 100, 400 }, { 95, 700 }, { 90, 1000 }, { 85, 1200 }, { 80, 1500 }, { 75, 1700 } }; |