1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-08 14:17:06 +03:00

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

Fix various typos

Fixed via `codespell v2.1.dev0`
This commit is contained in:
luz paz
2020-12-10 11:40:53 +03:00
committed by bugmaster
parent 65cec1a6ef
commit a25d5aaa30
157 changed files with 329 additions and 309 deletions

View File

@@ -125,10 +125,10 @@ public:
Standard_EXPORT static void PrintResultInfo (const Handle(Message_Printer)& Printer, const Message_Msg& Header, const Handle(TransferBRep_TransferResultInfo)& ResultInfo, const Standard_Boolean printEmpty = Standard_True);
//! Performs a heavy check by calling the Analyser from BRepCheck
//! This tool computes a lot of informations about integrity of a
//! This tool computes a lot of information about integrity of a
//! Shape. This method uses it and converts its internal result
//! to a classic check-list.
//! <lev> allows to get more informations :
//! <lev> allows to get more information :
//! 0 : BRepCheck only
//! 1(D) + Curves/Surfaces not C0 ; 2 + SameParameter on Edges
//! Warning : entities to which checks are bound are the Shapes themselves,

View File

@@ -52,7 +52,7 @@ public:
//! constructor which in the same time defines the result
//! Returns True if a starting object is bound with SEVERAL
//! results : Here, returns allways False
//! results : Here, returns always False
//! But it can have next results
Standard_EXPORT TransferBRep_BinderOfShape(const TopoDS_Shape& res);

View File

@@ -49,7 +49,7 @@ public:
//! Returns the contained value
Standard_EXPORT const TopoDS_Shape& Value() const;
//! Specific testof equallity : defined as False if <other> has
//! Specific testof equality : defined as False if <other> has
//! not the same true Type, else contents are compared (by
//! C++ operator ==)
Standard_EXPORT Standard_Boolean Equates (const Handle(Transfer_Finder)& other) const Standard_OVERRIDE;

View File

@@ -173,14 +173,14 @@ public:
//! Checks the Result of last Transfer (individual or roots, no
//! cumulation on several transfers). Returns True if NO fail
//! occured during Transfer (queries the TransientProcess)
//! occurred during Transfer (queries the TransientProcess)
Standard_EXPORT Standard_Boolean CheckStatusResult (const Standard_Boolean withprints) const;
//! Checks the Result of last Transfer (individual or roots, no
//! cumulation on several transfers) and returns the produced list
Standard_EXPORT Interface_CheckIterator CheckListResult() const;
//! Returns the TransientProcess. It records informations about
//! Returns the TransientProcess. It records information about
//! the very last transfer done. Null if no transfer yet done.
//! Can be used for queries more accurate than the default ones.
Standard_EXPORT Handle(Transfer_TransientProcess) TransientProcess() const;

View File

@@ -26,7 +26,7 @@
class TopoDS_Shape;
//! Gives informations on an object, see template DataInfo
//! Gives information on an object, see template DataInfo
//! This class is for Shape
class TransferBRep_ShapeInfo
{

View File

@@ -46,7 +46,7 @@ DEFINE_STANDARD_HANDLE(TransferBRep_ShapeListBinder, Transfer_Binder)
//! This binder binds several (a list of) shapes with a starting
//! entity, when this entity itself corresponds to a simple list
//! of shapes. Each part is not seen as a sub-result of an
//! independant componant, but as an item of a built-in list
//! independent component, but as an item of a built-in list
class TransferBRep_ShapeListBinder : public Transfer_Binder
{

View File

@@ -49,7 +49,7 @@ public:
//! Returns the contained value
Standard_EXPORT const TopoDS_Shape& Value() const;
//! Specific testof equallity : defined as False if <other> has
//! Specific testof equality : defined as False if <other> has
//! not the same true Type, else contents are compared (by
//! C++ operator ==)
Standard_EXPORT Standard_Boolean Equates (const Handle(Transfer_Finder)& other) const Standard_OVERRIDE;