mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +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:
@@ -74,7 +74,7 @@ public:
|
||||
//! In the first case the result is at the distance
|
||||
//! <Dist> to the plane <Pln> in the direction of the
|
||||
//! normal to <Pln>.
|
||||
//! Otherwize it is in the oposite direction.
|
||||
//! Otherwise it is in the oposite direction.
|
||||
Standard_EXPORT GC_MakePlane(const gp_Pln& Pln, const Standard_Real Dist);
|
||||
|
||||
//! Make a Plane from Geom <ThePlane> passing through 3
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include <StdFail_NotDone.hxx>
|
||||
|
||||
//=========================================================================
|
||||
// Creation of a 3D Geom translation of tanslation vector Vec. +
|
||||
// Creation of a 3D Geom translation of translation vector Vec. +
|
||||
//=========================================================================
|
||||
GC_MakeTranslation::GC_MakeTranslation(const gp_Vec& Vec ) {
|
||||
TheTranslation = new Geom_Transformation();
|
||||
|
Reference in New Issue
Block a user