From ecd3a4874b2fc8630a31f104b7ac5fe07dcc3ee9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Aug 2019 19:54:31 +0200 Subject: Fix typos Change-Id: Icdc486d64283961dad4a1d29ae662d66143f674b Reviewed-on: https://gerrit.libreoffice.org/77320 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- ios/LibreOfficeLight/LibreOfficeLight/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios') diff --git a/ios/LibreOfficeLight/LibreOfficeLight/AppDelegate.swift b/ios/LibreOfficeLight/LibreOfficeLight/AppDelegate.swift index 1804cd1e3ae3..f0b5f6bd3740 100644 --- a/ios/LibreOfficeLight/LibreOfficeLight/AppDelegate.swift +++ b/ios/LibreOfficeLight/LibreOfficeLight/AppDelegate.swift @@ -18,7 +18,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate - // sent when clicking on a OO document in another app + // sent when clicking on an OO document in another app // allowing this app to handle the document. // remark if the app is not started it will be started first func application(_ app: UIApplication, -- cgit