From: eap Date: Tue, 5 Dec 2017 11:36:26 +0000 (+0300) Subject: typo-fix by Kunda X-Git-Tag: V9_0_0~1^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8ea8e9cc945774abfc94df7dd5b773255a6785bd;p=modules%2Fmed.git typo-fix by Kunda http://www.salome-platform.org/forum/forum_9/621049380 --- 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