summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-11 16:49:29 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-11 18:01:10 +0100
commit1346de3f07455f4f3d697c0fd4ffcfe3863039ce (patch)
tree9702ac5b1caad020dccedbb6c708d17d53d21aec /ios
parente4f9d06214ada36b4810c736e81ac3c1ce01b6a0 (diff)
Fix typos
Change-Id: If655aaa59d42ab63335ced6d98b2c02d0ac4ff5b Reviewed-on: https://gerrit.libreoffice.org/47764 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'ios')
-rw-r--r--ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift b/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift
index 34109fb88c62..c7573e63b8b3 100644
--- a/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift
+++ b/ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift
@@ -101,7 +101,7 @@ public class LOKitThread
do
{
// this is trying to avoid null context errors which pop up on doc init
- // doesnt seem to fix
+ // doesn't seem to fix
UIGraphicsBeginImageContext(CGSize(width:1,height:1))
let doc = try lo.documentLoad(url: url)
print("Opened document: \(url)")