diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-23 16:30:54 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-23 17:54:36 +0100 |
commit | 508e973bc56b0f6213276ffd38b492ee101b589b (patch) | |
tree | 9fac417bc54d381eac70520e9a1edd74211ec58d /ios | |
parent | 5b9d0d4a999ffeec47cedb09599e458a632a4946 (diff) |
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>
Diffstat (limited to 'ios')
-rw-r--r-- | ios/LibreOfficeLight/LibreOfficeLight/ButtonScrollView.swift | 2 |
1 files changed, 1 insertions, 1 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] |