diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-10-19 19:50:00 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-10-19 19:50:00 (GMT) |
commit | 3116be034bdba83e3a1b824f26dbd5463653be5e (patch) | |
tree | 2e01a4560c86a35737818cc82166a9560860bc6a /render.cc | |
parent | 28c3947eccb1220a18e9ce4f367bfabb0907fc4e (diff) |
Clifford Wolf:
Massive rename: s/polyeder/polyhedron/g
git-svn-id: http://svn.clifford.at/openscad/trunk@113 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'render.cc')
-rw-r--r-- | render.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ CSGTerm *RenderNode::render_csg_term(double m[16], QVector<CSGTerm*> *highlights } if (!N.is_simple()) { - PRINTF("WARNING: Result of render() isn't a single polyeder or otherwise invalid! Modify your design.."); + PRINTF("WARNING: Result of render() isn't a single polyhedron or otherwise invalid! Modify your design.."); return NULL; } |