From 40b469fdb6dec080a90542935f94d497aa067ef4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 18 Oct 2019 19:20:07 +0200 Subject: Fix typo and dots Change-Id: Ia34130dbab42d61074a73a2b16e03360b5b123b6 Reviewed-on: https://gerrit.libreoffice.org/81086 Reviewed-by: Julien Nabet Tested-by: Jenkins --- ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios/LibreOfficeLight') 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 -- cgit