mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Fix various typos in src/ifcgeom* subdirs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user