[Libreoffice-commits] core.git: basic/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Nov 30 06:51:47 UTC 2018


 basic/source/classes/sbunoobj.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 597aeaf7a9c02153ca7006eb4c0263f1a15dad3d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Nov 29 17:09:29 2018 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Fri Nov 30 07:51:17 2018 +0100

    Fix typo
    
    Change-Id: I028e5462e9785bac77a98d09f0bf91b4da67e477
    Reviewed-on: https://gerrit.libreoffice.org/64263
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx
index 961c1a7f52e1..21e57c5d206b 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -3078,7 +3078,7 @@ void RTL_Impl_HasInterfaces( SbxArray& rPar )
         }
     }
 
-    // Every thing works; then return TRUE
+    // Everything works; then return TRUE
     refVar->PutBool( true );
 }
 


More information about the Libreoffice-commits mailing list