Salome HOME
Merge multi-study removal branch
[modules/med.git] / src / MEDCalc / cmp / test_medcalc_components.py
index 1340285c273ddbdea985894f4f19868c029a18b3..d2db81bce3763bcd26c2a71ecd0af332c2bd9caa 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2016  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -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).
 #
@@ -61,9 +61,9 @@ if salome.lcc is None:
 __import__(corbaModule)
 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 active study), but the CORBA
+# (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