From: eap Date: Tue, 28 Nov 2017 11:26:13 +0000 (+0300) Subject: typo-fix by Kunda X-Git-Tag: V9_0_0~3^2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ca2891930b62e10e600eb90a237619131df222f9;p=modules%2Fkernel.git typo-fix by Kunda --- diff --git a/doc/salome/python_doc_compl.dox b/doc/salome/python_doc_compl.dox index 46c9b982b..ae36830c2 100644 --- a/doc/salome/python_doc_compl.dox +++ b/doc/salome/python_doc_compl.dox @@ -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 import salome. The result - is unpredictible because of the existence in the sys.path of + is unpredictable because of the existence in the sys.path of both a file salome.py and a package \b salome. - The dispatching of salome.* sub-packages in the different %SALOME modules. diff --git a/src/Basics/BasicsGenericDestructor.hxx b/src/Basics/BasicsGenericDestructor.hxx index 927dbbcee..b93b17c13 100644 --- a/src/Basics/BasicsGenericDestructor.hxx +++ b/src/Basics/BasicsGenericDestructor.hxx @@ -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. */ // ============================================================================ diff --git a/src/Container/Component_i.cxx b/src/Container/Component_i.cxx index 311b5f7d8..6cbff9c6d 100644 --- a/src/Container/Component_i.cxx +++ b/src/Container/Component_i.cxx @@ -849,7 +849,7 @@ long Engines_Component_i::CpuUsed() // << _StartUsed << std::endl ; } #else - // NOT implementet yet + // NOT implemented yet #endif diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_SObject.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_SObject.cxx index 050e3ab72..f9542954c 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_SObject.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_SObject.cxx @@ -71,7 +71,7 @@ SALOMEDSImpl_SObject::SALOMEDSImpl_SObject(const DF_Label& theLabel) } //============================================================================ -/*! Function : Desctructor +/*! Function : Destructor * Purpose : */ //============================================================================