]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
typo-fix by Kunda
authoreap <eap@opencascade.com>
Tue, 5 Dec 2017 11:36:26 +0000 (14:36 +0300)
committereap <eap@opencascade.com>
Tue, 5 Dec 2017 11:36:26 +0000 (14:36 +0300)
http://www.salome-platform.org/forum/forum_9/621049380

doc/tut/medloader/explore.py
src/MEDCalc/gui/MEDWidgetHelper.hxx

index a045621d6703afd66d0c1d282e5f7f3a6fce679d..3fc718bbd699536d2e6f059b722373026e68920a 100644 (file)
@@ -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:
index de574c3fc0f8217d3aeed5095d0fd007ed70864a..b2b93d9ee374a59af78c165bc2586009b44af4c0 100644 (file)
@@ -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