diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-06 19:38:45 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-06 19:38:45 (GMT) |
commit | 6fdfde289b2ac09ebbfc30b104f26cdd8af0d823 (patch) | |
tree | f792fda659e5d1bb9042b61bd32014c02069493b /openscad.cc | |
parent | a96752e37812e7b2cf0d7e3a940186cafb912ac9 (diff) |
Fixed typos in classnames
git-svn-id: http://svn.clifford.at/openscad/trunk@220 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.cc')
-rw-r--r-- | openscad.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openscad.cc b/openscad.cc index edc94b4..2024389 100644 --- a/openscad.cc +++ b/openscad.cc @@ -163,7 +163,7 @@ int main(int argc, char **argv) root_ctx.set_variable("$vpr", zero3); AbstractModule *root_module; - ModuleInstanciation root_inst; + ModuleInstantiation root_inst; AbstractNode *root_node; handle_dep(filename); |