Salome HOME
54519: [TC-9.3.0]: SIGSEGV during exit if dimensions are editing
[modules/geom.git] / src / IGESPlugin / IGESPlugin_IOperations.cxx
index 0d27d48805bd29a797acf102a76a629408fed07b..ca9b3224d8c25a9a056b553c00c9974a707b9a75 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2014-2019  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -154,7 +154,7 @@ IGESPlugin_IOperations::ImportIGES( const TCollection_AsciiString& theFileName,
     }
     aSeq->Append(anImported);
 
-    // Greate material groups.
+    // Create material groups.
     // MakeMaterialGroups( anImported, aSeq );
   }
   catch( Standard_Failure& aFail ) {