summaryrefslogtreecommitdiff
path: root/bin/gbuild-to-ide
diff options
context:
space:
mode:
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 fb2e888fbf76..a4b837b453a4 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -1592,7 +1592,7 @@ class QtCreatorIntegrationGenerator(IdeIntegrationGenerator):
# we remove existing '.pro' and '.pro.user' files
self.remove_qt_files()
- # for .pro files, we must explicitely list all files (.c, .h)
+ # for .pro files, we must explicitly list all files (.c, .h)
# so we can't reuse directly the same method than for kde integration.
self.build_data_libs()