From a840126249cf71a928753a39996b61ed5b2f0fb2 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 12 Mar 2018 22:26:12 +0100 Subject: [PATCH] FEM: typo, @luzpaz, I can't hardly belive there are still typos, but there are :-) --- src/Mod/Fem/Gui/ViewProviderFemPostPipeline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()));