diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 19:54:31 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 16:07:12 +0200 |
commit | ecd3a4874b2fc8630a31f104b7ac5fe07dcc3ee9 (patch) | |
tree | e88b6ddc410d6bf164a2f65a92d21f6b20bb9509 /ios | |
parent | cae4b4951f061a67fab779493e6992d9097f4a4d (diff) |
Fix typos
Change-Id: Icdc486d64283961dad4a1d29ae662d66143f674b
Reviewed-on: https://gerrit.libreoffice.org/77320
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'ios')
-rw-r--r-- | ios/LibreOfficeLight/LibreOfficeLight/AppDelegate.swift | 2 |
1 files changed, 1 insertions, 1 deletions
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, |