offapi/com/sun/star/drawing/Hatch.idl |    2 +-
 vcl/unx/gtk3/gtk3gtkinst.cxx          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cf3dc707fe8dfe860c58abd91cd0abeb6d488aa1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Nov 22 09:30:37 2020 +0100
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Nov 23 07:50:15 2020 +0100

    Fix typos
    
    Change-Id: I6ee795694959f1750a3c84421e632d00ad805b3c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104611
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/offapi/com/sun/star/drawing/Hatch.idl 
b/offapi/com/sun/star/drawing/Hatch.idl
index d7802bdb9379..666d274de4f9 100644
--- a/offapi/com/sun/star/drawing/Hatch.idl
+++ b/offapi/com/sun/star/drawing/Hatch.idl
@@ -47,7 +47,7 @@ published struct Hatch
     long Distance;
 
     /** You can rotate the lines of the hatch with this angle.
-     * Specificied in tenths of a degree.
+     * Specified in tenths of a degree.
      */
     long Angle;
 
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 2d10bc2d4647..1bb6d8b1349b 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -16877,7 +16877,7 @@ public:
         if (!pButton)
             return nullptr;
         auto_add_parentless_widgets_to_container(GTK_WIDGET(pButton));
-        // gtk doesn't come with exactly the the concept
+        // gtk doesn't come with exactly the same concept
         GtkBuilder* pMenuToggleButton = makeMenuToggleButtonBuilder();
         return 
std::make_unique<GtkInstanceMenuToggleButton>(pMenuToggleButton, pButton, this, 
false);
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to