vcl/inc/WidgetThemeLibraryTypes.hxx |    2 +-
 vcl/source/control/edit.cxx         |    2 +-
 vcl/source/window/paint.cxx         |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit fee231abbd2cd8f4a71ba2df73eb902a5110cbee
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Nov 10 00:50:46 2018 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Nov 10 06:47:45 2018 +0100

    Fix typos
    
    Change-Id: I94fe979fde236111b72b0b445ee2566177a3f0e3
    Reviewed-on: https://gerrit.libreoffice.org/63226
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/inc/WidgetThemeLibraryTypes.hxx 
b/vcl/inc/WidgetThemeLibraryTypes.hxx
index 9b069d3dc066..91116fd6b44a 100644
--- a/vcl/inc/WidgetThemeLibraryTypes.hxx
+++ b/vcl/inc/WidgetThemeLibraryTypes.hxx
@@ -151,7 +151,7 @@ enum class ControlPart
 
     So all places using HitTestNativeScrollbar on ControlPart::ThumbHorz, 
ControlPart::ThumbVert,
     ControlPart::TrackHorzLeft, ControlPart::TrackHorzRight, 
ControlPart::TrackVertUpper, ControlPart::TrackVertLower
-    do not use the control rectangle as region but the actuall part rectangle, 
making
+    do not use the control rectangle as region but the actual part rectangle, 
making
     only small deviations feasible.
 */
 
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx
index dbc15519c4a9..56563c48c96c 100644
--- a/vcl/source/control/edit.cxx
+++ b/vcl/source/control/edit.cxx
@@ -1043,7 +1043,7 @@ void Edit::ImplPaintBorder(vcl::RenderContext& 
rRenderContext)
             }
             else
             {
-                // For some mysterious reaon, in headless/svp rendering,
+                // For some mysterious reason, in headless/svp rendering,
                 // pBorder has bad clipping region (shows as 1x1@0,0),
                 // and therefore doesn't render anything at all.
                 // In the case that we know we're in headless/svp, we
diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx
index cd9ad30bdd29..0031baf60937 100644
--- a/vcl/source/window/paint.cxx
+++ b/vcl/source/window/paint.cxx
@@ -1335,7 +1335,7 @@ void Window::Update()
 void Window::ImplPaintToDevice( OutputDevice* i_pTargetOutDev, const Point& 
i_rPos )
 {
     // Special drawing when called through LOKit
-    // TODO: Move to it's own method
+    // TODO: Move to its own method
     if (comphelper::LibreOfficeKit::isActive())
     {
         VclPtrInstance<VirtualDevice> pDevice(*i_pTargetOutDev);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to