]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
typo-fix by Kunda
authoreap <eap@opencascade.com>
Tue, 28 Nov 2017 11:26:13 +0000 (14:26 +0300)
committereap <eap@opencascade.com>
Tue, 28 Nov 2017 11:26:13 +0000 (14:26 +0300)
doc/salome/python_doc_compl.dox
src/Basics/BasicsGenericDestructor.hxx
src/Container/Component_i.cxx
src/SALOMEDSImpl/SALOMEDSImpl_SObject.cxx

index 46c9b982b134f2973138beb3c0ba3ae837ec72a9..ae36830c27c7c7d94da734a37c1ac14f95e20886 100644 (file)
@@ -76,7 +76,7 @@ and all other stuff should be imported and work as before).
 To reach this target, we have to face two problems:
 
 - %A naming conflict with the instruction <b>import salome</b>. The result
-  is unpredictible because of the existence in the <b>sys.path</b> of
+  is unpredictable because of the existence in the <b>sys.path</b> of
   both a file <b>salome.py</b> and a package \b salome.
 - The dispatching of <b>salome.*</b> sub-packages in the different %SALOME
   modules.
index 927dbbcee8c3ff33bdf7b61f3336e1caad1ca11f..b93b17c13c50060d627b4eef221b668d9ee822f8 100644 (file)
@@ -127,7 +127,7 @@ public :
  * 
  * Note that neither ptrPoint, nor ptrDestruct should be destroyed by the user.
  * 
- * The destruction object must be created dynamically because it suscribes
+ * The destruction object must be created dynamically because it subscribes
  * itself in the list of destruction to be performed at the end of the process.
  */ 
 // ============================================================================
index 311b5f7d8d282c67d729fee02288a586d79026a8..6cbff9c6d42864b257994131caaaf586eed26a45 100644 (file)
@@ -849,7 +849,7 @@ long Engines_Component_i::CpuUsed()
       //      << _StartUsed << std::endl ;
     }
 #else
-        // NOT implementet yet
+        // NOT implemented yet
 #endif
 
 
index 050e3ab72c3ec88779114ca607319856bca7f6ba..f9542954ce8ffafcee1a7b01dd30a0bcdbe69790 100644 (file)
@@ -71,7 +71,7 @@ SALOMEDSImpl_SObject::SALOMEDSImpl_SObject(const DF_Label& theLabel)
 }
 
 //============================================================================
-/*! Function : Desctructor
+/*! Function : Destructor
  *  Purpose  : 
  */
 //============================================================================