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 /examples | |
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 'examples')
-rw-r--r-- | examples/example011.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example011.scad b/examples/example011.scad index f35af05..891cf69 100644 --- a/examples/example011.scad +++ b/examples/example011.scad @@ -1,4 +1,4 @@ -polyeder( +polyhedron( points = [ [10, 0, 0], [0, 10, 0], |