Salome HOME
Merge multi-study removal branch
[modules/med.git] / src / MEDCalc / cmp / test_medcalc_components.py
index 69e10785d47c28ee79827324b1571538619642b7..d2db81bce3763bcd26c2a71ecd0af332c2bd9caa 100644 (file)
@@ -20,7 +20,7 @@
 #
 
 # This file is a set of basic use case to test (from the python
-# context) the functions developped in the MEDCALC engine and the
+# context) the functions developed in the MEDCALC engine and the
 # associated MEDCALC CORBA interface (MEDDataManager and
 # MEDCalaculator).
 #
@@ -63,7 +63,7 @@ factory=salome.lcc.FindOrLoadComponent(containerType,componentName)
 # This is not the main CORBA component of the SALOME module MED
 # (i.e. the engine associated to the study), but the CORBA
 # entry point for MED fields operations (i.e. a CORBA component
-# reachable throught the LifeCycleCORBA). This entry point is used to
+# reachable throughout the LifeCycleCORBA). This entry point is used to
 # get the other SALOME CORBA components required for MED field
 # operations, in particular the dataManager and the calculator