From 8ea8e9cc945774abfc94df7dd5b773255a6785bd Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 5 Dec 2017 14:36:26 +0300 Subject: [PATCH] typo-fix by Kunda http://www.salome-platform.org/forum/forum_9/621049380 --- doc/tut/medloader/explore.py | 2 +- src/MEDCalc/gui/MEDWidgetHelper.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tut/medloader/explore.py b/doc/tut/medloader/explore.py index a045621d6..3fc718bbd 100644 --- a/doc/tut/medloader/explore.py +++ b/doc/tut/medloader/explore.py @@ -67,7 +67,7 @@ for meshName in meshNames: # # As a consequence, before loading values of a field, we have # to determine the types of spatial discretization defined for - # this field and to chooose one. + # this field and to choose one. listOfTypes = MEDLoader.GetTypesOfField(filepath,meshName,fieldName) for typeOfDiscretization in listOfTypes: diff --git a/src/MEDCalc/gui/MEDWidgetHelper.hxx b/src/MEDCalc/gui/MEDWidgetHelper.hxx index de574c3fc..b2b93d9ee 100644 --- a/src/MEDCalc/gui/MEDWidgetHelper.hxx +++ b/src/MEDCalc/gui/MEDWidgetHelper.hxx @@ -30,7 +30,7 @@ class WidgetPresentationParameters; class PresentationController; /*! - * The widget helper hierarchy is in charge of seting up the WidgetPresentationParameters + * The widget helper hierarchy is in charge of setting up the WidgetPresentationParameters * to display the Qt widgets relevant to the underlying presentation on the component side. */ class MEDWidgetHelper : public QObject -- 2.39.2