Misc. typos

Found via `codespell`
[skip ci]
This commit is contained in:
luz.paz
2018-05-31 12:50:40 -04:00
parent 8ebb8ce90b
commit af3ef5b19d
4 changed files with 5 additions and 5 deletions

View File

@@ -1097,7 +1097,7 @@ void ViewProviderFEMMeshBuilder::createMesh(const App::Property* prop,
vFaceElementIdx.resize(triangleCount);
int index=0,indexIdx=0;
int32_t* indices = faces->coordIndex.startEditing();
// iterate all not hided element faces, always assure CLOCKWISE triangle ordering to allow backface culling
// iterate all non-hidden element faces, always assure CLOCKWISE triangle ordering to allow backface culling
for(int l=0; l< FaceSize;l++){
if(! facesHelper[l].hide){
switch( facesHelper[l].Element->NbNodes()){