summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-01-18 17:01:20 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-01-20 13:39:33 +0100
commitd90e9c19ffef5a645f5ad3080c25cb4eb98674c0 (patch)
tree502f16794c7e210f088e8b46a532b00922f7d8d3
parentfdc10ceabccba463c0aca9dfba8c10d22f197025 (diff)
Fix typos
Change-Id: I8bab3efcd63c0f950bc3176e0d26cc896d601083 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109559 Tested-by: Jenkins Reviewed-by: Dante DM <dante19031999@gmail.com> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--starmath/mathml/inc/xparsmlbase.hxx2
-rw-r--r--svx/source/devtools/DocumentModelTreeHandler.cxx2
-rw-r--r--vcl/ios/salios.cxx2
-rw-r--r--vcl/osx/salinst.cxx2
-rw-r--r--vcl/osx/salmacos.cxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/starmath/mathml/inc/xparsmlbase.hxx b/starmath/mathml/inc/xparsmlbase.hxx
index 83650382e31b..4494d547712f 100644
--- a/starmath/mathml/inc/xparsmlbase.hxx
+++ b/starmath/mathml/inc/xparsmlbase.hxx
@@ -29,7 +29,7 @@ namespace starmathdatabase
* See: https://www.w3.org/2003/entities/2007/htmlmathml-f.ent
* Copyright 1998 - 2011 W3C.
* We allow the import of HTML5 entities because are compatible with mathml
- * and ill formated are expected.
+ * and ill formatted are expected.
* On export only mathml entities are allowed.
* Some documentation: https://www.w3.org/TR/MathML3/chapter7.html
*/
diff --git a/svx/source/devtools/DocumentModelTreeHandler.cxx b/svx/source/devtools/DocumentModelTreeHandler.cxx
index 2c721dcbea8e..af446f923d0d 100644
--- a/svx/source/devtools/DocumentModelTreeHandler.cxx
+++ b/svx/source/devtools/DocumentModelTreeHandler.cxx
@@ -87,7 +87,7 @@ public:
/// The main UNO object for this entry
virtual css::uno::Reference<css::uno::XInterface> getMainObject() { return mxObject; }
- /// Create and fill the childrent to the parent tree view node.
+ /// Create and fill the children to the parent tree view node.
virtual void fill(std::unique_ptr<weld::TreeView>& /*pDocumentModelTree*/,
weld::TreeIter const& /*rParent*/)
{
diff --git a/vcl/ios/salios.cxx b/vcl/ios/salios.cxx
index 59474c7443eb..fc925b61cdf3 100644
--- a/vcl/ios/salios.cxx
+++ b/vcl/ios/salios.cxx
@@ -18,7 +18,7 @@
*/
// This file contains the iOS-specific versions of the functions which were touched in the commit to
-// fix tdf#138122. The funtions are here (for now) as they were before that commit. The
+// fix tdf#138122. The functions are here (for now) as they were before that commit. The
// macOS-specific versions of these functions are in vcl/osx/salmacos.cxx.
#include <sal/config.h>
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx
index 1ab962284918..f44bf282a9cd 100644
--- a/vcl/osx/salinst.cxx
+++ b/vcl/osx/salinst.cxx
@@ -304,7 +304,7 @@ VCLPLUG_OSX_PUBLIC SalInstance* create_SalInstance()
// Dark mode is disabled as long as it is not implemented completely. For development purposes, it may be controlled by
// environment variables: VCL_MACOS_FORCE_DARK_MODE enable dark mode independent of system settings,
- // VCL_MACOS_USE_SYSTEM_APPEARANCE to use system settings (light mode oder dark mode as configured within system preferences).
+ // VCL_MACOS_USE_SYSTEM_APPEARANCE to use system settings (light mode or the dark mode as configured within system preferences).
// TODO: After implementation of dark mode, this code has to be removed.
diff --git a/vcl/osx/salmacos.cxx b/vcl/osx/salmacos.cxx
index bc91c2885339..0f41dd9e8c4a 100644
--- a/vcl/osx/salmacos.cxx
+++ b/vcl/osx/salmacos.cxx
@@ -193,7 +193,7 @@ void AquaSalGraphics::copyScaledArea(tools::Long nDstX, tools::Long nDstY,tools:
CGContextSetBlendMode(xSourceContext, kCGBlendModeCopy);
CGContextDrawLayerAtPoint(xSourceContext, aSrcPoint, pSrc->maLayer.get());
- // Copy source area from additional layer to traget area
+ // Copy source area from additional layer to target area
const CGRect aTargetRect = CGRectMake(nScaledTargetX, nScaledTargetY, nScaledSourceWidth, nScaledSourceHeight);
CGContextSetBlendMode(xCopyContext, kCGBlendModeCopy);