diff options
author | jan Iversen <jani@documentfoundation.org> | 2017-01-16 15:20:12 +0100 |
---|---|---|
committer | jan Iversen <jani@documentfoundation.org> | 2017-01-16 15:21:18 +0100 |
commit | d602f404883f7303a927668dcef32eaf17a01f3f (patch) | |
tree | e47479318abe634a6cf30e1782eab30255a6a074 /bin | |
parent | 1c628d9c81f961ee3ee1a8b071cbc0549851998d (diff) |
gbuild-to-ide, typo
create_include_pathks --> create_include_paths
Change-Id: I23a88e4c3685306beecc34df72fe6691fde042ca
Diffstat (limited to 'bin')
-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 |