1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

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

Fix various typos via codespell.
This commit is contained in:
luz paz
2021-04-19 11:42:46 +03:00
committed by bugmaster
parent b69e576af0
commit 316ea29318
339 changed files with 1743 additions and 1972 deletions

View File

@@ -50,7 +50,7 @@ public:
//! Creates an axis object representing Z axis of
//! the reference co-ordinate system.
//! the reference coordinate system.
gp_Ax1();

View File

@@ -58,7 +58,7 @@ public:
//! Creates an object representing the reference
//! co-ordinate system (OXY).
//! coordinate system (OXY).
gp_Ax22d();

View File

@@ -56,7 +56,7 @@ public:
//! Creates an axis object representing X axis of
//! the reference co-ordinate system.
//! the reference coordinate system.
gp_Ax2d();

View File

@@ -24,11 +24,11 @@
//!
//! The name of the enumeration
//! corresponds to order of rotations, prefixed by type
//! of co-ordinate system used:
//! of coordinate system used:
//! - Intrinsic: rotations are made around axes of rotating
//! co-ordinate system associated with the object
//! coordinate system associated with the object
//! - Extrinsic: rotations are made around axes of fixed
//! (static) co-ordinate system
//! (static) coordinate system
//!
//! Two specific values are provided for most frequently used
//! conventions: classic Euler angles (intrinsic ZXZ) and