From ca2891930b62e10e600eb90a237619131df222f9 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 28 Nov 2017 14:26:13 +0300 Subject: [PATCH] typo-fix by Kunda --- doc/salome/python_doc_compl.dox | 2 +- src/Basics/BasicsGenericDestructor.hxx | 2 +- src/Container/Component_i.cxx | 2 +- src/SALOMEDSImpl/SALOMEDSImpl_SObject.cxx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 : */ //============================================================================ -- 2.39.2