summaryrefslogtreecommitdiffstats
path: root/bin/gbuild-to-ide
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-12-02 18:58:04 +0100
committerJens Carl <j.carl43@gmx.de>2018-12-03 07:21:51 +0100
commit1ee8d4f63adf3113a4733a479c8faf9eb65f7b8d (patch)
treef5b64582da6ec00c76551349dbe3bb09feffa6ce /bin/gbuild-to-ide
parenttdf#45904 Move XElementAccess Java tests to C++ (diff)
downloadcore-1ee8d4f63adf3113a4733a479c8faf9eb65f7b8d.tar.gz
core-1ee8d4f63adf3113a4733a479c8faf9eb65f7b8d.zip
Fix typo
Change-Id: I69e4d471c806159d6748016a79f041c01b40b888 Reviewed-on: https://gerrit.libreoffice.org/64430 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'bin/gbuild-to-ide')
-rwxr-xr-xbin/gbuild-to-ide2
1 files changed, 1 insertions, 1 deletions
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)