diff --git a/src/DDocStd/DDocStd_ShapeSchemaCommands.cxx b/src/DDocStd/DDocStd_ShapeSchemaCommands.cxx index 8bdca39208..33ca88fae2 100644 --- a/src/DDocStd/DDocStd_ShapeSchemaCommands.cxx +++ b/src/DDocStd/DDocStd_ShapeSchemaCommands.cxx @@ -42,7 +42,7 @@ static Standard_Integer DDocStd_ShapeSchema_Write(Draw_Interpretor& di, return 1; } - NCollection_Handle aFileDriver; + NCollection_Handle aFileDriver(new FSD_File); Standard_Boolean hasStorageDriver = Standard_False; Standard_Integer iArgN = n - 1; @@ -192,7 +192,7 @@ static Standard_Integer DDocStd_ShapeSchema_Read(Draw_Interpretor& di, aShapes.Append(aShape); } - di << "Info : " << aShapes.Length() << " shape(s) transleted\n"; + di << "Info : " << aShapes.Length() << " shape(s) translated\n"; if (aShapes.Length() > 1) {