summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-23 16:30:54 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-23 17:54:36 +0100
commit508e973bc56b0f6213276ffd38b492ee101b589b (patch)
tree9fac417bc54d381eac70520e9a1edd74211ec58d
parentRemoved duplicated include (diff)
downloadcore-508e973bc56b0f6213276ffd38b492ee101b589b.tar.gz
core-508e973bc56b0f6213276ffd38b492ee101b589b.zip
Fix typos
Change-Id: I17e617d89d1b5ad92c5c8218958e86ca722b13e2 Reviewed-on: https://gerrit.libreoffice.org/48435 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--ios/LibreOfficeLight/LibreOfficeLight/ButtonScrollView.swift2
-rw-r--r--sc/source/core/tool/rangelst.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/ios/LibreOfficeLight/LibreOfficeLight/ButtonScrollView.swift b/ios/LibreOfficeLight/LibreOfficeLight/ButtonScrollView.swift
index 279ad22123b6..724a08d42f02 100644
--- a/ios/LibreOfficeLight/LibreOfficeLight/ButtonScrollView.swift
+++ b/ios/LibreOfficeLight/LibreOfficeLight/ButtonScrollView.swift
@@ -50,7 +50,7 @@ open class ButtonScrollView: UIScrollView
}
}
-/// Horizontally layed out buttons, living within the owned scroll view
+/// Horizontally laid out buttons, living within the owned scroll view
open class ButtonList: UIView
{
let labels: [String]
diff --git a/sc/source/core/tool/rangelst.cxx b/sc/source/core/tool/rangelst.cxx
index 3f56e5337e73..0513d258a634 100644
--- a/sc/source/core/tool/rangelst.cxx
+++ b/sc/source/core/tool/rangelst.cxx
@@ -267,7 +267,7 @@ Label_Range_Join:
if ( p->In( *pOver ) )
{ // range pOver included in or identical to range p
// XXX if we never used Append() before Join() we could remove
- // pOver and end processing, but it is not guranteed and there can
+ // pOver and end processing, but it is not guaranteed and there can
// be duplicates.
if ( bIsInList )
bJoined = true; // do away with range pOver