Fix typos in TD and FEM source comments/documentation [skip ci]

This commit is contained in:
luz paz
2022-11-07 07:17:46 -05:00
committed by WandererFan
parent 308fa5b73a
commit e75ffa0566
6 changed files with 7 additions and 7 deletions

View File

@@ -170,7 +170,7 @@ void TaskComplexSection::setUiPrimary()
m_saveNormal = dirs.first;
m_localUnit = dirs.first;
m_saveXDir = dirs.second;
m_viewDirectionWidget->setValue(m_saveNormal * -1.0); //this will propogate to m_compass
m_viewDirectionWidget->setValue(m_saveNormal * -1.0); //this will propagate to m_compass
}
//don't allow updates until a direction is picked