Salome HOME
Fix typos by Kunda
[modules/kernel.git] / src / MPIContainer / MPIContainer_i.cxx
index ddda604a465bacadb00a44df7fbf701941e9b5eb..2dc8598574d14c7573b4cf1359df6bb34a556c34 100644 (file)
@@ -372,7 +372,7 @@ Engines_MPIContainer_i::createMPIInstance(std::string genericRegisterName,
       std::string component_registerName =
         _containerName + "/" + instanceName;
 
-      // --- Instanciate required CORBA object
+      // --- Instantiate required CORBA object
 
       PortableServer::ObjectId *id ; //not owner, do not delete (nore use var)
       id = (MPIComponent_factory) ( _orb, _poa, _id, instanceName.c_str(), aGenRegisterName.c_str() ) ;