From 5e85a0012ac02a05a4f41c433610f8a889b3b9ae Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 9 Jan 2018 13:30:01 +0300 Subject: [PATCH] typo-fix by Kunda http://www.salome-platform.org/forum/forum_10/195000978 --- src/KERNEL_PY/__init__.py | 2 +- .../SALOME_ModuleCatalog_Acomponent_impl.cxx | 8 ++++---- src/ModuleCatalog/SALOME_ModuleCatalog_impl.cxx | 4 ++-- src/SALOMELocalTrace/FileTraceCollector.cxx | 2 +- src/SALOMELocalTrace/LocalTraceCollector.cxx | 2 +- src/SALOMETraceCollector/SALOMETraceCollector.cxx | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/KERNEL_PY/__init__.py b/src/KERNEL_PY/__init__.py index ce4a8d46e..47b0b2c43 100755 --- a/src/KERNEL_PY/__init__.py +++ b/src/KERNEL_PY/__init__.py @@ -192,7 +192,7 @@ def setCurrentStudyId(theStudyId=0): salome_initial=1 def salome_init(theStudyId=0,embedded=0): """ - Performs only once SALOME general purpose intialisation for scripts. + Performs only once SALOME general purpose initialisation for scripts. optional argument : theStudyId When in embedded interpreter inside IAPP, theStudyId is not used When used without GUI (external interpreter) diff --git a/src/ModuleCatalog/SALOME_ModuleCatalog_Acomponent_impl.cxx b/src/ModuleCatalog/SALOME_ModuleCatalog_Acomponent_impl.cxx index 9d8408d86..5ee49c0be 100644 --- a/src/ModuleCatalog/SALOME_ModuleCatalog_Acomponent_impl.cxx +++ b/src/ModuleCatalog/SALOME_ModuleCatalog_Acomponent_impl.cxx @@ -42,10 +42,10 @@ static int MYDEBUG = 0; //---------------------------------------------------------------------- // Function : SALOME_ModuleCatalog_AcomponentImpl // Purpose : Constructor -// Affect the component name, type,icone, a bool to define -// if it's multistudy or not. +// Affect the component name, type, icon, and bool to define +// if it's multi-study or not. // Affect too the constraint and the interfaces of the component -// and the pathes prefixes for all computers +// and the path prefixes for all computers //---------------------------------------------------------------------- SALOME_ModuleCatalog_AcomponentImpl::SALOME_ModuleCatalog_AcomponentImpl (SALOME_ModuleCatalog::ComponentDef &C) : _Component(C) @@ -294,7 +294,7 @@ SALOME_ModuleCatalog_AcomponentImpl::GetDefaultService(const char* interfacename if (strcmp(interfacename, _Component.interfaces[ind].interfacename) == 0) { // wanted interface - // looking for the defautl service of the wanted interface + // looking for the default service of the wanted interface for (unsigned int ind1 = 0; ind1 < _Component.interfaces[ind].interfaceservicelist.length() ; ind1++) { if (_Component.interfaces[ind].interfaceservicelist[ind1].Servicebydefault) diff --git a/src/ModuleCatalog/SALOME_ModuleCatalog_impl.cxx b/src/ModuleCatalog/SALOME_ModuleCatalog_impl.cxx index a0a82e8c0..56580e4c8 100644 --- a/src/ModuleCatalog/SALOME_ModuleCatalog_impl.cxx +++ b/src/ModuleCatalog/SALOME_ModuleCatalog_impl.cxx @@ -141,8 +141,8 @@ public: //! method to create the path prefix structures from the catalog parsing /*! - \param pathes ParserPathPrefixes arguments - \return the pathes + \param paths ParserPathPrefixes arguments + \return the paths */ void duplicate(ParserPathPrefixes & p_out, const ParserPathPrefixes & P_in); diff --git a/src/SALOMELocalTrace/FileTraceCollector.cxx b/src/SALOMELocalTrace/FileTraceCollector.cxx index 54f1463fb..606b18a78 100644 --- a/src/SALOMELocalTrace/FileTraceCollector.cxx +++ b/src/SALOMELocalTrace/FileTraceCollector.cxx @@ -78,7 +78,7 @@ BaseTraceCollector* FileTraceCollector::instance(const char *fileName) // ============================================================================ /*! * In a separate thread, loop to print traces. - * Mutex guarantees intialisation on instance method is done and only one run + * Mutex guarantees initialisation on instance method is done and only one run * allowed (double check ...) * Loop until there is no more buffer to print, * and no ask for end from destructor. diff --git a/src/SALOMELocalTrace/LocalTraceCollector.cxx b/src/SALOMELocalTrace/LocalTraceCollector.cxx index 45f738948..2495dcafb 100644 --- a/src/SALOMELocalTrace/LocalTraceCollector.cxx +++ b/src/SALOMELocalTrace/LocalTraceCollector.cxx @@ -68,7 +68,7 @@ BaseTraceCollector* LocalTraceCollector::instance() // ============================================================================ /*! * In a separate thread, loop to print traces. - * Mutex guarantees intialisation on instance method is done and only one run + * Mutex guarantees initialisation on instance method is done and only one run * allowed (double check ...) * Loop until there is no more buffer to print, * and no ask for end from destructor. diff --git a/src/SALOMETraceCollector/SALOMETraceCollector.cxx b/src/SALOMETraceCollector/SALOMETraceCollector.cxx index 655230147..dbc791758 100644 --- a/src/SALOMETraceCollector/SALOMETraceCollector.cxx +++ b/src/SALOMETraceCollector/SALOMETraceCollector.cxx @@ -82,7 +82,7 @@ BaseTraceCollector* SALOMETraceCollector::instance() // ============================================================================ /*! * In a separate thread, loop to print traces. - * Mutex guarantees intialisation on instance method is done and only one run + * Mutex guarantees initialisation on instance method is done and only one run * allowed (double check ...) * Loop until there is no more buffer to print, * and no ask for end from destructor. -- 2.39.2