mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-13 10:49:16 +08:00
0031939: Coding - correction of spelling errors in comments [part 10]
Fix various typos via codespell.
This commit is contained in:
@@ -37,7 +37,7 @@ void RWStepBasic_RWConversionBasedUnitAndAreaUnit::ReadStep(const Handle(StepDat
|
||||
//data->NamedForComplex("AREA_UNIT",num0,num,ach);
|
||||
if (!data->CheckNbParams(num,0,ach,"area_unit")) return;
|
||||
|
||||
// --- Instance of plex componant ConversionBasedUnit ---
|
||||
// --- Instance of plex component ConversionBasedUnit ---
|
||||
num = data->NextForComplex(num);
|
||||
if (!data->CheckNbParams(num,2,ach,"conversion_based_unit")) return;
|
||||
Handle(TCollection_HAsciiString) aName;
|
||||
|
||||
Reference in New Issue
Block a user