1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0033778: Documentation - Fix various typos found in codebase

This commit is contained in:
luzpaz
2024-07-26 03:51:12 -04:00
committed by GitHub
parent 9fcfec881c
commit 245febe036
62 changed files with 124 additions and 124 deletions

View File

@@ -60,7 +60,7 @@ public:
//! returns true if the geometric system has an axis of symmetry.
//! For comparing moments relative tolerance 1.e-10 is used.
//! Usually it is enough for objects, restricted by faces with
//! analitycal geometry.
//! analytical geometry.
Standard_EXPORT Standard_Boolean HasSymmetryAxis() const;
@@ -73,7 +73,7 @@ public:
//! returns true if the geometric system has a point of symmetry.
//! For comparing moments relative tolerance 1.e-10 is used.
//! Usually it is enough for objects, restricted by faces with
//! analitycal geometry.
//! analytical geometry.
Standard_EXPORT Standard_Boolean HasSymmetryPoint() const;

View File

@@ -17,7 +17,7 @@
#ifndef _GProp_ValueType_HeaderFile
#define _GProp_ValueType_HeaderFile
//! Algorithmes :
//! Algorithms:
enum GProp_ValueType
{
GProp_Mass,