FEM: typos, found with:

codespell -q 2 -S *.ts -S *.dyn -S *.svg  -L childs,dof,dum,freez,methode,nd,normaly,programm,som,uint,vertexes,inout  src/Mod/Fem/
This commit is contained in:
Bernd Hahnebach
2022-07-12 15:00:56 +02:00
parent e49abfb350
commit bbbd4d07bf
5 changed files with 5 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ App::DocumentObjectExecReturn *ConstraintBearing::execute(void)
void ConstraintBearing::onChanged(const App::Property* prop)
{
//Base::Console().Error("ConstraintBearing: onChanged %s\n", prop->getName());
// Note: If we call this at the end, then the symbol ist not oriented correctly initially
// Note: If we call this at the end, then the symbol is not oriented correctly initially
// because the NormalDirection has not been calculated yet
Constraint::onChanged(prop);