diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-10-30 16:49:26 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-10-30 22:42:22 +0100 |
commit | 09ff53105c1de5b68a1665d1211c710e64aab174 (patch) | |
tree | ed512c4e28f06ab29555ad2f661b04e790fc712a /ios | |
parent | 88a8a46df82b2a9cc88ffbabeec798f832906ade (diff) |
Fix typo
Change-Id: I84e5d836bf43a07e9ba88f73a498930b6ad38d72
Reviewed-on: https://gerrit.libreoffice.org/44063
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'ios')
-rwxr-xr-x | ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift b/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift index bd7b868dcf80..0bca6ae5989c 100755 --- a/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift +++ b/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift @@ -9,7 +9,7 @@ import UIKit -// DocumentController is the main viewer in the app, it displayes the selected +// DocumentController is the main viewer in the app, it displays the selected // documents and holds a top entry to view the properties as well as a normal // menu to handle global actions // It is a delegate class to receive Menu events as well as file handling events |