mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0031939: Coding - correction of spelling errors in comments [part 5]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -97,7 +97,7 @@ protected:
|
||||
const Standard_Boolean isMess = Standard_False,
|
||||
const Message_ProgressRange& theRange = Message_ProgressRange());
|
||||
|
||||
//! checks the shapes section can be correctly retreived.
|
||||
//! checks the shapes section can be correctly retrieved.
|
||||
Standard_EXPORT virtual void CheckShapeSection (const Storage_Position& thePos, Standard_IStream& theIS);
|
||||
|
||||
//! clears the reading-cash data in drivers if any.
|
||||
|
@@ -387,7 +387,7 @@ void BinLDrivers_DocumentStorageDriver::FirstPass
|
||||
|
||||
//=======================================================================
|
||||
//function : WriteInfoSection
|
||||
//purpose : Write info secton using FSD_BinaryFile driver
|
||||
//purpose : Write info section using FSD_BinaryFile driver
|
||||
//=======================================================================
|
||||
|
||||
#define START_TYPES "START_TYPES"
|
||||
|
@@ -102,7 +102,7 @@ private:
|
||||
//! attributes to store
|
||||
Standard_EXPORT Standard_Boolean FirstPassSubTree (const TDF_Label& L, TDF_LabelList& ListOfEmptyL);
|
||||
|
||||
//! Write info secton using FSD_BinaryFile driver
|
||||
//! Write info section using FSD_BinaryFile driver
|
||||
Standard_EXPORT void WriteInfoSection (const Handle(CDM_Document)& theDocument, Standard_OStream& theOStream);
|
||||
|
||||
Standard_EXPORT void UnsupportedAttrMsg (const Handle(Standard_Type)& theType);
|
||||
|
Reference in New Issue
Block a user