diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-10-18 19:20:07 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-10-19 08:58:47 +0200 |
commit | 40b469fdb6dec080a90542935f94d497aa067ef4 (patch) | |
tree | 7631409570121f54e098dc425393e7d7bc478ec6 /ios | |
parent | 09a3762fe0fc4c4815c842098094082bf1b90de6 (diff) |
Fix typo and dots
Change-Id: Ia34130dbab42d61074a73a2b16e03360b5b123b6
Reviewed-on: https://gerrit.libreoffice.org/81086
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'ios')
-rw-r--r-- | ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift b/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift index 8e3607612a6b..cdf73ab2d14c 100644 --- a/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift +++ b/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift @@ -125,7 +125,7 @@ public class LOKitThread */ public protocol LOKitUIDelegate: class { - // Nothing ATM.. + // Nothing ATM... } public protocol ProgressDelegate: class |