diff --git a/src/Mod/Fem/Gui/ViewProviderFemPostPipeline.cpp b/src/Mod/Fem/Gui/ViewProviderFemPostPipeline.cpp index 1cae5386b1..3416113116 100644 --- a/src/Mod/Fem/Gui/ViewProviderFemPostPipeline.cpp +++ b/src/Mod/Fem/Gui/ViewProviderFemPostPipeline.cpp @@ -70,13 +70,13 @@ void ViewProviderFemPostPipeline::updateData(const App::Property* prop) { void ViewProviderFemPostPipeline::updateFunctionSize() { - //we need to get the bounding box and set the function provider size + //we need to get the bounding box and set the function provider size Fem::FemPostPipeline* obj = static_cast(getObject()); if(!obj->Functions.getValue() || !obj->Functions.getValue()->isDerivedFrom(Fem::FemPostFunctionProvider::getClassTypeId())) return; - //get the functtion provider + //get the function provider FemGui::ViewProviderFemPostFunctionProvider* vp = static_cast( Gui::Application::Instance->getViewProvider(obj->Functions.getValue()));