From 09ff53105c1de5b68a1665d1211c710e64aab174 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 30 Oct 2017 16:49:26 +0100 Subject: Fix typo Change-Id: I84e5d836bf43a07e9ba88f73a498930b6ad38d72 Reviewed-on: https://gerrit.libreoffice.org/44063 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios') 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 -- cgit