From: eap Date: Tue, 5 Dec 2017 11:34:34 +0000 (+0300) Subject: typo-fix by Kunda X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ab51f338eca5fd2779ba6b216098ce839e635c3c;p=modules%2Fyacs.git typo-fix by Kunda http://www.salome-platform.org/forum/forum_9/621049380 --- diff --git a/src/Container/SALOME_ContainerManager.cxx b/src/Container/SALOME_ContainerManager.cxx index 989ae8dbb..a104432c7 100644 --- a/src/Container/SALOME_ContainerManager.cxx +++ b/src/Container/SALOME_ContainerManager.cxx @@ -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 diff --git a/src/DSC/DSC_Python/calcium.i b/src/DSC/DSC_Python/calcium.i index 4a118c8e8..424dd6a4a 100644 --- a/src/DSC/DSC_Python/calcium.i +++ b/src/DSC/DSC_Python/calcium.i @@ -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]; }