1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-18 14:27:39 +03:00

0031939: Coding - correction of spelling errors in comments [part 2]

Fix various typos

Fixed via `codespell v2.0.dev`
This commit is contained in:
luz paz
2020-11-30 12:55:48 +03:00
committed by kgv
parent d66f7c0fa2
commit a110c4a377
106 changed files with 211 additions and 207 deletions

View File

@@ -404,7 +404,7 @@ void ToolsDraw::Commands(Draw_Interpretor& theCommands)
"\n\t\t: -select sets the parameter that should be selected in an active tool view."
"\n\t\t: Depending on active tool the parameter is:"
"\n\t\t: ShapeView: 'object' is an instance of TopoDS_Shape TShape,"
"\n\t\t: DFBrowser: 'name' is an entry of TDF_Label and name2(optionaly) for TDF_Attribute type name,"
"\n\t\t: DFBrowser: 'name' is an entry of TDF_Label and name2(optionally) for TDF_Attribute type name,"
"\n\t\t: VInspector: 'object' is an instance of AIS_InteractiveObject;"
"\n\t\t: -show sets Inspector view visible or hidden. The first call of this command will show it."
"\n\t\t: -directory sets Inspector temporary directory. Preferences file is stored there."

View File

@@ -31,7 +31,7 @@ public:
DEFINE_STANDARD_ALLOC
//! Loads all Draw commands of tools. Used for plugin.
//! \param theDI Draw interpretor
//! \param theDI Draw interpreter
Standard_EXPORT static void Factory (Draw_Interpretor& theDI);
//! Adds all tools command in the Draw_Interpretor