summaryrefslogtreecommitdiff
path: root/bin/gbuild-to-ide
diff options
context:
space:
mode:
authorjan Iversen <jani@documentfoundation.org>2017-01-16 15:20:12 +0100
committerjan Iversen <jani@documentfoundation.org>2017-01-16 15:21:18 +0100
commitd602f404883f7303a927668dcef32eaf17a01f3f (patch)
treee47479318abe634a6cf30e1782eab30255a6a074 /bin/gbuild-to-ide
parent1c628d9c81f961ee3ee1a8b071cbc0549851998d (diff)
gbuild-to-ide, typo
create_include_pathks --> create_include_paths Change-Id: I23a88e4c3685306beecc34df72fe6691fde042ca
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 a68a73aaa3b3..7186ed41a762 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -173,7 +173,7 @@ class EclipseCDTIntegrationGenerator(IdeIntegrationGenerator):
def __init__(self, gbuildparser, ide):
IdeIntegrationGenerator.__init__(self, gbuildparser, ide)
- def create_include_pathks(self):
+ def create_include_path(self):
for module in self.gbuildparser.modules:
if module == 'include':
continue