[Libreoffice-commits] core.git: bin/gbuild-to-ide

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 3 06:22:11 UTC 2018


 bin/gbuild-to-ide |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1ee8d4f63adf3113a4733a479c8faf9eb65f7b8d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Dec 2 18:58:04 2018 +0100
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Mon Dec 3 07:21:51 2018 +0100

    Fix typo
    
    Change-Id: I69e4d471c806159d6748016a79f041c01b40b888
    Reviewed-on: https://gerrit.libreoffice.org/64430
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index 14409b5490b9..5ea0406be71f 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -1507,7 +1507,7 @@ class QtCreatorIntegrationGenerator(IdeIntegrationGenerator):
                     define += '=' + value
                 defines_list.append(define)
 
-            # All datas are prepared, store them for the lib.
+            # All data are prepared, store them for the lib.
             if lib_folder in self.data_libs:
                 self.data_libs[lib_folder]['sources'] |= set(sources_list)
                 self.data_libs[lib_folder]['headers'] |= set(headers_list)


More information about the Libreoffice-commits mailing list