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 8]
Fix various typos Fixed via codespell v2.1.dev
This commit is contained in:
@@ -100,7 +100,7 @@ class XSDRAW
|
||||
Standard_EXPORT static Handle(IFSelect_SessionPilot) Pilot();
|
||||
|
||||
//! Returns the WorkSession defined in AddDraw (through Pilot)
|
||||
//! It is from XSControl, it brings functionnalities for Transfers
|
||||
//! It is from XSControl, it brings functionalities for Transfers
|
||||
Standard_EXPORT static Handle(XSControl_WorkSession) Session();
|
||||
|
||||
//! Defines a Controller for the command "xinit" and applies it
|
||||
@@ -161,7 +161,7 @@ class XSDRAW
|
||||
Standard_EXPORT static Handle(XSControl_TransferReader) TransferReader();
|
||||
|
||||
//! Takes the name of an entity, either as argument, or (if <name>
|
||||
//! is empty) on keybord, and returns the entity
|
||||
//! is empty) on keyboard, and returns the entity
|
||||
//! name can be a label or a number (in alphanumeric), it is
|
||||
//! searched by NumberFromLabel from WorkSession.
|
||||
//! If <name> doesn't match en entity, a Null Handle is returned
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <Standard.hxx>
|
||||
|
||||
//! Defines additionnal commands for XSDRAW to :
|
||||
//! Defines additional commands for XSDRAW to :
|
||||
//! - control of initialisation (xinit, xnorm, newmodel)
|
||||
//! - analyse of the result of a transfer (recorded in a
|
||||
//! TransientProcess for Read, FinderProcess for Write) :
|
||||
|
Reference in New Issue
Block a user