Fix spelling error

pull/5270/head^2
julianknodt 2023-10-23 22:14:18 -07:00 committed by Kim Kulling
parent 945c77d699
commit 1169d3bc8c
1 changed files with 1 additions and 1 deletions

View File

@ -1372,7 +1372,7 @@ std::vector<IfcVector2> GetContourInPlane2D(const std::shared_ptr<TempMesh>& mes
const std::vector<IfcVector3>& va = mesh->mVerts;
if(va.size() <= 2) {
std::stringstream msg;
msg << "Skipping: Only " << va.size() << " verticies in opening mesh.";
msg << "Skipping: Only " << va.size() << " vertices in opening mesh.";
IFCImporter::LogDebug(msg.str().c_str());
ok = false;
return contour;