diff options
Diffstat (limited to 'bin/gbuild-to-ide')
-rwxr-xr-x | bin/gbuild-to-ide | 2 |
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 |