]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorcvw <cvw>
Thu, 16 Feb 2012 13:48:07 +0000 (13:48 +0000)
committercvw <cvw>
Thu, 16 Feb 2012 13:48:07 +0000 (13:48 +0000)
src/MEDCoupling/MEDCouplingTimeLabel.hxx

index 4687761ba2c32c3345a89f7f69d24703ce2b6230..1024778a4d2ddbc25c564736078a6cd4f01aaebf 100644 (file)
@@ -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: