Misc. typos

Inspired by @normandc per https://gitter.im/FreeCAD/FreeCAD?at=5a729c6ece68c3bc742df205
This commit is contained in:
luz.paz
2018-02-06 15:06:12 -05:00
committed by wmayer
parent 172eab4fc2
commit 1d5799e5b3
8 changed files with 19 additions and 19 deletions

View File

@@ -607,7 +607,7 @@ int myPreactionCB_CollectFacets(JtkHierarchy *CurrNode, int level, JtkClientData
void testLicence(void)
{
// Try to create an JtkCADExporter to test for JT write/general licensing
// Try to create a JtkCADExporter to test for JT write/general licensing
JtkCADExporter *jtwriter = NULL;
jtwriter = JtkEntityFactory::createCADExporter();
if( !jtwriter )
@@ -622,7 +622,7 @@ void testLicence(void)
jtwriter = NULL;
}
// Try to create an JtkCADImporter to test for JT read licensing
// Try to create a JtkCADImporter to test for JT read licensing
JtkCADImporter *jtreader = NULL;
jtreader = JtkEntityFactory::createCADImporter();
if( !jtreader )