From ab51f338eca5fd2779ba6b216098ce839e635c3c Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 5 Dec 2017 14:34:34 +0300 Subject: [PATCH] typo-fix by Kunda http://www.salome-platform.org/forum/forum_9/621049380 --- src/Container/SALOME_ContainerManager.cxx | 2 +- src/DSC/DSC_Python/calcium.i | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]; } -- 2.39.2