summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-11-22 09:30:37 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-23 07:50:15 +0100
commitcf3dc707fe8dfe860c58abd91cd0abeb6d488aa1 (patch)
tree2e04f7426fecf40ac0772923821c86a85852aa54
parentfd5f3b212a38ec6ef35d2686ce5a7cc39cb7d377 (diff)
Fix typos
Change-Id: I6ee795694959f1750a3c84421e632d00ad805b3c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104611 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--offapi/com/sun/star/drawing/Hatch.idl2
-rw-r--r--vcl/unx/gtk3/gtk3gtkinst.cxx2
2 files changed, 2 insertions, 2 deletions
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);
}