[Libreoffice-commits] core.git: comphelper/source vcl/source

Julien Nabet serval2412 at yahoo.fr
Sat Oct 22 18:04:21 UTC 2016


 comphelper/source/misc/backupfilehelper.cxx |    6 +++---
 vcl/source/gdi/pdfextoutdevdata.cxx         |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 6af27d245a70e3beb224d175b5cc96092814eeee
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Oct 22 19:24:33 2016 +0200

    Typos in comments
    
    Change-Id: I6450d3862a67c2a9275a569a8ee3c29262124409
    Reviewed-on: https://gerrit.libreoffice.org/30162
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/comphelper/source/misc/backupfilehelper.cxx b/comphelper/source/misc/backupfilehelper.cxx
index 0615117..f975c9c 100644
--- a/comphelper/source/misc/backupfilehelper.cxx
+++ b/comphelper/source/misc/backupfilehelper.cxx
@@ -2607,14 +2607,14 @@ namespace comphelper
         {
             // whole directory. To do so, scan directory and exclude some dirs
             // from which we know they do not need to be secured explicitely. This
-            // should alrteady include registrymodifications, too.
+            // should already include registrymodifications, too.
             scanDirsAndFiles(
                 maUserConfigWorkURL,
                 maDirs,
                 maFiles);
 
-            // should not extist, but for the case an error occurred and it got
-            // copied somehow, avoid further recurive copying/saving
+            // should not exist, but for the case an error occurred and it got
+            // copied somehow, avoid further recursive copying/saving
             maDirs.erase("SafeMode");
 
             // not really needed, can be abandoned
diff --git a/vcl/source/gdi/pdfextoutdevdata.cxx b/vcl/source/gdi/pdfextoutdevdata.cxx
index beb198f..2223ca3 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 }
         };


More information about the Libreoffice-commits mailing list