[Libreoffice-commits] core.git: bin/gbuild-to-ide

jan Iversen jani at documentfoundation.org
Mon Jan 16 14:21:45 UTC 2017


 bin/gbuild-to-ide |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d602f404883f7303a927668dcef32eaf17a01f3f
Author: jan Iversen <jani at documentfoundation.org>
Date:   Mon Jan 16 15:20:12 2017 +0100

    gbuild-to-ide, typo
    
    create_include_pathks --> create_include_paths
    
    Change-Id: I23a88e4c3685306beecc34df72fe6691fde042ca

diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index a68a73a..7186ed4 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


More information about the Libreoffice-commits mailing list