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 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