diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-10-30 16:47:09 +0100 |
---|---|---|
committer | jan iversen <jani@libreoffice.org> | 2017-10-31 07:44:22 +0100 |
commit | 8c95a8e0eaf83cd7205b61a9a29eff9d0fedbad5 (patch) | |
tree | 3b3aae7a76f07ae60d43a71551463db9a032fec7 /ios | |
parent | 9d135a7f7d7e2f0585d76f1426edf4a17b6f10c8 (diff) |
Changed "CAREFULL" to match all the rest
Change-Id: I483b259c74cdfd23414982f7c18de239345b4cd7
Reviewed-on: https://gerrit.libreoffice.org/44062
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@libreoffice.org>
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 0bca6ae5989c..22daae15f787 100755 --- a/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift +++ b/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift @@ -161,7 +161,7 @@ class DocumentController: UIViewController, MenuDelegate, UIDocumentBrowserViewC // whenever adding a menu entry, it (of course) needs to be added // to the Document actions scene in storyboard and assigned a tag number // the tag number must be repeated in the following switch - // BE CAREFULL to keep the tags synchronized (manually) + // BE CAREFUL to keep the tags synchronized (manually) switch tag { case 1: // Open... |