0031939: Coding - correction of spelling errors in comments [part 10]
[occt.git] / src / StdLPersistent / StdLPersistent_Collection.hxx
index 1f9d22f..dbf8fc8 100644 (file)
@@ -115,7 +115,7 @@ class StdLPersistent_Collection
     : public BaseT <typename StdObjMgt_Attribute<AttribClass>::SingleRef>
   {
   public:
-    //! Import transient attribuite from the persistent data.
+    //! Import transient attribute from the persistent data.
     Standard_EXPORT virtual void ImportAttribute();
   };
 
@@ -132,7 +132,7 @@ class StdLPersistent_Collection
     //! Read persistent data from a file.
     Standard_EXPORT virtual void Read (StdObjMgt_ReadData& theReadData);
 
-    //! Import transient attribuite from the persistent data.
+    //! Import transient attribute from the persistent data.
     Standard_EXPORT virtual void ImportAttribute();
 
   private: