svgio/source/svgreader/svgstyleattributes.cxx |    2 +-
 sw/inc/fesh.hxx                               |    2 +-
 sw/source/core/frmedt/feshview.cxx            |    2 +-
 vcl/inc/unx/fontmanager.hxx                   |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 167063a6835cc1f067457d39a07c360273ac8199
Author: Andrea Gelmini <[email protected]>
Date:   Sat Dec 16 14:17:03 2017 +0100

    Fix typos
    
    Change-Id: Iedb99e41887ebfd6fa290bc113b473c5cc9693b4
    Reviewed-on: https://gerrit.libreoffice.org/46600
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

diff --git a/svgio/source/svgreader/svgstyleattributes.cxx 
b/svgio/source/svgreader/svgstyleattributes.cxx
index b080e7e97f71..75945a0be2db 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -997,7 +997,7 @@ namespace svgio
                                     // in the polygon to find tangents unequal 
to zero, skipping empty edges
                                     // see basegfx descriptions)
                                     // Hint: Mozilla, Inkscape and others use 
only leaving tangent for start marker
-                                    // and entering tangent for end marker. To 
achieve this (if wanted) it is possibe
+                                    // and entering tangent for end marker. To 
achieve this (if wanted) it is possible
                                     // to make the fetch of aEntering/aLeaving 
dependent on bIsFirstMarker/bIsLastMarker.
                                     // This is not done here, see comment 14 
in task #1232379#
                                     // or 
http://www.w3.org/TR/SVG/painting.html#OrientAttribute
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 9756cd9321ae..5149bb478a27 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -505,7 +505,7 @@ public:
     // Start cropping the selected image
     void StartCropImage();
 
-    // RotGrfFlyFrame: check if RotationMode is possibe
+    // RotGrfFlyFrame: check if RotationMode is possible
     bool IsRotationOfSwGrfNodePossible() const;
 
     size_t IsObjSelected() const;   ///< @return object count, but doesn't 
count the objects in groups.
diff --git a/sw/source/core/frmedt/feshview.cxx 
b/sw/source/core/frmedt/feshview.cxx
index 8f6e3ef357b9..4ab50d4ab383 100644
--- a/sw/source/core/frmedt/feshview.cxx
+++ b/sw/source/core/frmedt/feshview.cxx
@@ -1165,7 +1165,7 @@ bool SwFEShell::IsObjSelected( const SdrObject& rObj ) 
const
 
 bool SwFEShell::IsRotationOfSwGrfNodePossible() const
 {
-    // RotGrfFlyFrame: check if RotationMode is possibe
+    // RotGrfFlyFrame: check if RotationMode is possible
     const SdrView *pSdrView = Imp()->GetDrawView();
 
     if(pSdrView)
diff --git a/vcl/inc/unx/fontmanager.hxx b/vcl/inc/unx/fontmanager.hxx
index 03d033e8c7e0..962f3186fbfb 100644
--- a/vcl/inc/unx/fontmanager.hxx
+++ b/vcl/inc/unx/fontmanager.hxx
@@ -287,7 +287,7 @@ public:
 
     <p>
     <code>matchFont</code> matches a pattern of font characteristics
-    and returns the closest match if possibe. If a match was found
+    and returns the closest match if possible. If a match was found
     the <code>FastPrintFontInfo</code> passed in as parameter
     will be update to the found matching font.
     </p>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to