[Libreoffice-commits] core.git: ios/LibreOfficeLight sc/source
Andrea Gelmini
andrea.gelmini at gelma.net
Tue Jan 23 16:55:08 UTC 2018
ios/LibreOfficeLight/LibreOfficeLight/ButtonScrollView.swift | 2 +-
sc/source/core/tool/rangelst.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 508e973bc56b0f6213276ffd38b492ee101b589b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Tue Jan 23 16:30:54 2018 +0100
Fix typos
Change-Id: I17e617d89d1b5ad92c5c8218958e86ca722b13e2
Reviewed-on: https://gerrit.libreoffice.org/48435
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list