summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
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)")