mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031939: Coding - correction of spelling errors in comments [part 4]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -38,7 +38,7 @@ DEFINE_STANDARD_HANDLE(IGESDefs_AttributeTable, IGESData_IGESEntity)
|
||||
|
||||
//! defines IGES Attribute Table, Type <422> Form <0, 1>
|
||||
//! in package IGESDefs
|
||||
//! This class is used to represent an occurence of
|
||||
//! This class is used to represent an occurrence of
|
||||
//! Attribute Table. This Class may be independent
|
||||
//! or dependent or pointed at by other Entities.
|
||||
class IGESDefs_AttributeTable : public IGESData_IGESEntity
|
||||
|
@@ -40,7 +40,7 @@
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESDefs_GeneralModule,IGESData_GeneralModule)
|
||||
|
||||
// Each Module is attached to a Protocol : it must interprete Case Numbers
|
||||
// Each Module is attached to a Protocol : it must interpret Case Numbers
|
||||
// (arguments <CN> of various methods) in accordance to values returned by
|
||||
// the method TypeNumber from this Protocol
|
||||
IGESDefs_GeneralModule::IGESDefs_GeneralModule () { }
|
||||
|
@@ -37,7 +37,7 @@
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESDefs_ReadWriteModule,IGESData_ReadWriteModule)
|
||||
|
||||
// Each Module is attached to a Protocol : it must interprete Case Numbers
|
||||
// Each Module is attached to a Protocol : it must interpret Case Numbers
|
||||
// (arguments <CN> of various methods) in accordance to values returned by
|
||||
// the method TypeNumber from this Protocol
|
||||
IGESDefs_ReadWriteModule::IGESDefs_ReadWriteModule () { }
|
||||
|
@@ -34,7 +34,7 @@
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESDefs_SpecificModule,IGESData_SpecificModule)
|
||||
|
||||
// Each Module is attached to a Protocol : it must interprete Case Numbers
|
||||
// Each Module is attached to a Protocol : it must interpret Case Numbers
|
||||
// (arguments <CN> of various methods) in accordance to values returned by
|
||||
// the method TypeNumber from this Protocol
|
||||
IGESDefs_SpecificModule::IGESDefs_SpecificModule() { }
|
||||
|
@@ -114,7 +114,7 @@ void IGESDefs_ToolTabularData::ReadOwnParams
|
||||
somedeps->SetValue(i, treal);
|
||||
}
|
||||
if (nbDeps > 0) valuesDep->SetValue(1,somedeps);
|
||||
else PR.AddWarning("Some Real remain while no dependent vakue is defined");
|
||||
else PR.AddWarning("Some Real remain while no dependent value is defined");
|
||||
|
||||
nbProps = PR.CurrentNumber() - 2;
|
||||
/* for (;;) {
|
||||
@@ -123,7 +123,7 @@ void IGESDefs_ToolTabularData::ReadOwnParams
|
||||
if (PR.ParamType(curnum) != Interface_ParamReal) break;
|
||||
PR.SetCurrentNumber (curnum+1);
|
||||
} */
|
||||
PR.AddWarning("Don't know exactly how to read dependant values ...");
|
||||
PR.AddWarning("Don't know exactly how to read dependent values ...");
|
||||
// ?? a eclaircir
|
||||
DirChecker(ent).CheckTypeAndForm(PR.CCheck(),ent);
|
||||
ent->Init (nbProps, propType, typesInd, nbValuesInd, valuesInd, valuesDep);
|
||||
|
Reference in New Issue
Block a user