From: cvw Date: Thu, 16 Feb 2012 13:48:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V6_main_FINAL~857 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e93e64699a3ebc78faca4efee978e236916f96c1;p=tools%2Fmedcoupling.git *** empty log message *** --- diff --git a/src/MEDCoupling/MEDCouplingTimeLabel.hxx b/src/MEDCoupling/MEDCouplingTimeLabel.hxx index 4687761ba..1024778a4 100644 --- a/src/MEDCoupling/MEDCouplingTimeLabel.hxx +++ b/src/MEDCoupling/MEDCouplingTimeLabel.hxx @@ -34,7 +34,7 @@ namespace ParaMEDMEM TimeLabel& operator=(const TimeLabel& other); //! This method should be called when write access has been done on this. void declareAsNew() const; - //! This method should be called on high level classes as Field or Mesh to take into acount modifications done in aggragates objects. + //! This method should be called on high level classes as Field or Mesh to take into acount modifications done in aggregates objects. virtual void updateTime() const = 0; unsigned int getTimeOfThis() const { return _time; } protected: