Salome HOME
typo-fix by Kunda
authoreap <eap@opencascade.com>
Tue, 5 Dec 2017 11:34:34 +0000 (14:34 +0300)
committereap <eap@opencascade.com>
Tue, 5 Dec 2017 11:34:34 +0000 (14:34 +0300)
http://www.salome-platform.org/forum/forum_9/621049380

src/Container/SALOME_ContainerManager.cxx
src/DSC/DSC_Python/calcium.i

index 989ae8dbb0aa43de087445423753ed46446b3046..a104432c743f688f9989b4cea9b3391469c8bfc1 100644 (file)
@@ -1948,7 +1948,7 @@ SALOME_ContainerManager::LaunchPaCOProxyContainer(const std::string& command,
 
 //=============================================================================
 /*! This method launches the parallel container.
- *  It will may be placed on the ressources manager.
+ *  It will may be placed on the resources manager.
  *
  * \param command to launch
  * \param container's parameters
index 4a118c8e8552b5c12d81c7b5b1fd56d7f8027e7e..424dd6a4a9dc0a1ab758f291456645fbeb0c23b4 100644 (file)
@@ -194,7 +194,7 @@ const char* typecode_string(int typecode) {
         "unsigned short","int","unsigned int","long","unsigned long",
         "longlong","unsigned longlong",
         "float","double","long double","complex float","complex double","complex long double",
-        "object","string","unicode","void","ntypes","notype","char","unkown"};
+        "object","string","unicode","void","ntypes","notype","char","unknown"};
   return type_names[typecode];
 }