summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-10-30 17:05:47 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-10-30 22:41:57 +0100
commit88a8a46df82b2a9cc88ffbabeec798f832906ade (patch)
tree99a10e5fe865456d8d380546afbb29d0210c4a50 /ios
parent4cf7aa923d4e3ac551a6661798e9f9a9aabe7eeb (diff)
Fix typos
Change-Id: I46901a54c204d5d2848316e80cbf7b867b4a712b Reviewed-on: https://gerrit.libreoffice.org/44065 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'ios')
-rwxr-xr-xios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift b/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift
index a03ec08f38ef..bd7b868dcf80 100755
--- a/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift
+++ b/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift
@@ -12,7 +12,7 @@ import UIKit
// DocumentController is the main viewer in the app, it displayes 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 recieve Menu events as well as file handling events
+// It is a delegate class to receive Menu events as well as file handling events
class DocumentController: UIViewController, MenuDelegate, UIDocumentBrowserViewControllerDelegate
{
// *** Handling of DocumentController
@@ -133,7 +133,7 @@ class DocumentController: UIViewController, MenuDelegate, UIDocumentBrowserViewC
// *** Handling of menu popover
- // the menu contain all globbal functions and use seque/delegate
+ // the menu contains all global functions and use seque/delegate