Fix various typos in src/ifcgeom* subdirs

This commit is contained in:
luzpaz
2023-07-07 14:36:01 +00:00
parent 3e7afbed08
commit 1819a45e4c
18 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ Argument* parse_attribute_value(const IfcParse::parameter_type* ty, const std::s
}
if (v->isNull()) {
Logger::Error("Attribute '" + value + "' not succesfully parsed");
Logger::Error("Attribute '" + value + "' not successfully parsed");
delete v;
v = nullptr;
}