浏览代码

Fix spelling error

julianknodt 1 年之前
父节点
当前提交
1169d3bc8c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/AssetLib/IFC/IFCOpenings.cpp

+ 1 - 1
code/AssetLib/IFC/IFCOpenings.cpp

@@ -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;