Salome HOME
Minor doxygen fix
[tools/medcoupling.git] / src / ParaMEDMEM / ParaFIELD.cxx
index 776986ccdc9210dc32676f272108cdc68b900e82..1cdcfd821129b5d90fce96e175e59b67131cbdfa 100644 (file)
@@ -1,4 +1,4 @@
-// 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
@@ -172,7 +172,7 @@ namespace MEDCoupling
    * This method returns, if it exists, an array with only one component and as many as tuples as _field has.
    * This array gives for every element on which this->_field lies, its global number, if this->_field is nodal.
    * For example if _field is a nodal field : returned array will be the nodal global numbers.
-   * The content of this method is used to inform Working side to accumulate data recieved by lazy side.
+   * The content of this method is used to inform Working side to accumulate data received by lazy side.
    */
   DataArrayInt* ParaFIELD::returnCumulativeGlobalNumbering() const
   {