mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0031939: Coding - correction of spelling errors in comments [part 10]
Fix various typos via codespell.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
|
||||
//! This class provides units for two dimension groups:
|
||||
//! - lengthes (length, radius, diameter)
|
||||
//! - lengths (length, radius, diameter)
|
||||
//! - angles
|
||||
class Prs3d_DimensionUnits
|
||||
{
|
||||
|
@@ -275,7 +275,7 @@ public:
|
||||
myDeviationAngle = 20.0 * M_PI / 180.0;
|
||||
}
|
||||
|
||||
//! Returns true if the there is a local setting for deviation
|
||||
//! Returns true if there is a local setting for deviation
|
||||
//! angle in this framework for a specific interactive object.
|
||||
Standard_Boolean HasOwnDeviationAngle() const { return myHasOwnDeviationAngle; }
|
||||
|
||||
|
Reference in New Issue
Block a user