Salome HOME
Task 5.1.7: To be able to export a part to a file and import it into an existing...
[modules/shaper.git] / src / ExchangeAPI / ExchangeAPI_Export.cpp
index e9863969ca7195ea9a940f1819c23d1a1155bb01..2d764635a27b543c56fcc5f751cba48a17417922 100644 (file)
@@ -200,7 +200,7 @@ void exportPart(const std::shared_ptr<ModelAPI_Document> & thePart,
     fillAttribute(theSelected,
         aFeature->selectionList(ExchangePlugin_ExportPart::SELECTION_LIST_ID()));
   }
-  // restart transaction to execute and delete the marcro-feature
+  // restart transaction to execute and delete the macro-feature
   apply();
 }
 //--------------------------------------------------------------------------------------