mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0031939: Coding - correction of spelling errors in comments [part 11]
Fix various typos via codespell.
This commit is contained in:
@@ -298,10 +298,10 @@ void XCAFPrs_DocumentExplorer::initRoot()
|
||||
// function : initCurrent
|
||||
// purpose :
|
||||
// =======================================================================
|
||||
void XCAFPrs_DocumentExplorer::initCurrent (Standard_Boolean theIsAssmebly)
|
||||
void XCAFPrs_DocumentExplorer::initCurrent (Standard_Boolean theIsAssembly)
|
||||
{
|
||||
myCurrent = XCAFPrs_DocumentNode();
|
||||
if (theIsAssmebly)
|
||||
if (theIsAssembly)
|
||||
{
|
||||
if (myTop < 0)
|
||||
{
|
||||
|
@@ -161,7 +161,7 @@ protected:
|
||||
Standard_EXPORT void initRoot();
|
||||
|
||||
//! Initialize properties for a current label.
|
||||
Standard_EXPORT void initCurrent (Standard_Boolean theIsAssmebly);
|
||||
Standard_EXPORT void initCurrent (Standard_Boolean theIsAssembly);
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user