ios/Mobile/CODocument.mm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 05a29a19d57957b48bfad6f65c776dc890aad6f8
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Mon Apr 6 12:33:41 2020 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Mon Apr 6 12:48:01 2020 +0200

    Fix typo in comment and elaborate
    
    Change-Id: I2e5560a27d8471188ebb159efd29192a10295547
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91739
    Tested-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/ios/Mobile/CODocument.mm b/ios/Mobile/CODocument.mm
index 0a08d59f8..095d449ea 100644
--- a/ios/Mobile/CODocument.mm
+++ b/ios/Mobile/CODocument.mm
@@ -41,9 +41,9 @@
     // us for loadFromContents. I get the vague feeling that the file is 
perhaps just a temporary
     // data container created by the system for us to be used while loading 
the document data, and
     // not the actual permanent document, especially in the case of things 
like NextCloud. Or is it?
-    // Is savng back to it (which we have already done by the time we get 
here, in the LO core code)
-    // correct? This does seem to work, though. Anyway, clearly I need to read 
more documentation
-    // for UIDocument etc.
+    // Is saving back to the file (which we have already saved to in the core 
code by the time we
+    // get here) correct? This does seem to work, though. Sadly the Apple 
documentation is a bit
+    // lacking about how these things *really* work.
     return [[NSFileWrapper alloc] initWithURL:[self fileURL] options:0 
error:errorPtr];
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to