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:
@@ -54,7 +54,7 @@
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESDraw_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
|
||||
IGESDraw_GeneralModule::IGESDraw_GeneralModule () { }
|
||||
|
@@ -51,7 +51,7 @@
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESDraw_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
|
||||
IGESDraw_ReadWriteModule::IGESDraw_ReadWriteModule () { }
|
||||
|
@@ -48,7 +48,7 @@
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESDraw_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
|
||||
IGESDraw_SpecificModule::IGESDraw_SpecificModule() { }
|
||||
|
Reference in New Issue
Block a user