[Libreoffice-commits] core.git: ios/LibreOfficeLight

Andrea Gelmini andrea.gelmini at gelma.net
Tue Oct 31 06:45:03 UTC 2017


 ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8c95a8e0eaf83cd7205b61a9a29eff9d0fedbad5
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Oct 30 16:47:09 2017 +0100

    Changed "CAREFULL" to match all the rest
    
    Change-Id: I483b259c74cdfd23414982f7c18de239345b4cd7
    Reviewed-on: https://gerrit.libreoffice.org/44062
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: jan iversen <jani at libreoffice.org>

diff --git a/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift b/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift
index 0bca6ae5989c..22daae15f787 100755
--- a/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift
+++ b/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift
@@ -161,7 +161,7 @@ class DocumentController: UIViewController, MenuDelegate, UIDocumentBrowserViewC
         // whenever adding a menu entry, it (of course) needs to be added
         // to the Document actions scene in storyboard and assigned a tag number
         // the tag number must be repeated in the following switch
-        // BE CAREFULL to keep the tags synchronized (manually)
+        // BE CAREFUL to keep the tags synchronized (manually)
         switch tag
         {
         case 1: // Open...


More information about the Libreoffice-commits mailing list