]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
typo-fix by Kunda
authoreap <eap@opencascade.com>
Tue, 9 Jan 2018 10:30:01 +0000 (13:30 +0300)
committereap <eap@opencascade.com>
Tue, 9 Jan 2018 10:30:01 +0000 (13:30 +0300)
http://www.salome-platform.org/forum/forum_10/195000978

src/KERNEL_PY/__init__.py
src/ModuleCatalog/SALOME_ModuleCatalog_Acomponent_impl.cxx
src/ModuleCatalog/SALOME_ModuleCatalog_impl.cxx
src/SALOMELocalTrace/FileTraceCollector.cxx
src/SALOMELocalTrace/LocalTraceCollector.cxx
src/SALOMETraceCollector/SALOMETraceCollector.cxx

index ce4a8d46e82aa6b07fefcd97aa903c7b61f02a4f..47b0b2c43beb1f9b88f17f363df43c8bdad70514 100755 (executable)
@@ -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)
index 9d8408d8610b3ca3c42dde3da98071a2b46e8865..5ee49c0be2218e1689c822d9c9f25e87a26b0b18 100644 (file)
@@ -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)
index a0a82e8c0c7ff3f2b7dfcdc988dce8cb8acef528..56580e4c8a2515c8b9635da7bcf2457026452b27 100644 (file)
@@ -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);
 
index 54f1463fb2fe528e13c1e2967aaee869379001dd..606b18a784b2d57967332606d8f0c4c76572db92 100644 (file)
@@ -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.
index 45f7389482b3ad19bbdbf4357a781db7e0600796..2495dcafb8bf6f30238e3895cb1cc4ec5d277c52 100644 (file)
@@ -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.
index 655230147937cfd490d521a2cbc486083459327d..dbc791758001f774110e322b04047cf89eca42ac 100644 (file)
@@ -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.