summaryrefslogtreecommitdiff
path: root/CSXCAD/src/CSPrimPolyhedron.cpp
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-07-09 11:12:02 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2019-10-19 19:20:44 +0200
commitafe6b7a9fd81fe185c13cf9425b7f63933281b01 (patch)
tree00abf9ce8477a5dbcefb884bb4fb14c34bc380b8 /CSXCAD/src/CSPrimPolyhedron.cpp
parent584c8f23e595e0d2cbef826c1569f56361b83654 (diff)
Spelling fixes
Gbp-Pq: Name 0002-Spelling-fixes.patch
Diffstat (limited to 'CSXCAD/src/CSPrimPolyhedron.cpp')
-rw-r--r--CSXCAD/src/CSPrimPolyhedron.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CSXCAD/src/CSPrimPolyhedron.cpp b/CSXCAD/src/CSPrimPolyhedron.cpp
index 2454f28..129d238 100644
--- a/CSXCAD/src/CSPrimPolyhedron.cpp
+++ b/CSXCAD/src/CSPrimPolyhedron.cpp
@@ -183,11 +183,11 @@ bool CSPrimPolyhedron::BuildTree()
{
m_Dimension = 2;
- //if structure is not closed due to invalud faces, mark it as 3D
+ //if structure is not closed due to invalid faces, mark it as 3D
if (m_InvalidFaces>0)
{
m_Dimension = 3;
- std::cerr << "CSPrimPolyhedron::BuildTree: Warning, found polyhedron has invalud faces and is not a closed surface, setting to 3D solid anyway!" << std::endl;
+ std::cerr << "CSPrimPolyhedron::BuildTree: Warning, found polyhedron has invalid faces and is not a closed surface, setting to 3D solid anyway!" << std::endl;
}
}