Skip to content

Commit 1562da4

Browse files
luzpazaothms
authored andcommitted
Fix misc. typos
1 parent a166bb0 commit 1562da4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

voxec.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ class op_export_elements : public voxel_operation {
962962
num_faces++;
963963
}
964964

965-
// @todo arbitary value alert
965+
// @todo arbitrary value alert
966966
if (num_faces > 3) {
967967
std::string guid = *((IfcUtil::IfcBaseEntity*)f0->instance_by_id(iden))->get("GlobalId");
968968
if (n) {
@@ -1011,7 +1011,7 @@ class op_export_ifc : public voxel_operation {
10111011
num_faces++;
10121012
}
10131013

1014-
// @todo arbitary value alert
1014+
// @todo arbitrary value alert
10151015
if (num_faces >= 1) {
10161016
auto inst = f0->instance_by_id(iden);
10171017
new_file.addEntity(inst);

0 commit comments

Comments
 (0)