]> SALOME platform Git repositories - modules/kernel.git/blobdiff - doc/salome/kernel_services.dox
Salome HOME
Merge branch 'omu/launcher_evol'
[modules/kernel.git] / doc / salome / kernel_services.dox
old mode 100755 (executable)
new mode 100644 (file)
index d68ced6..71933b7
@@ -2,7 +2,7 @@
   \page KERNEL_Services KERNEL Services for end user (Python interface)
 
 In a %SALOME application, distributed components, servers and clients use
-the CORBA middleware for comunication. CORBA interfaces are defined via idl
+the CORBA middleware for communication. CORBA interfaces are defined via idl
 files. All the different CORBA interfaces are available for users in Python,
 see CORBA interfaces below.
 
@@ -40,7 +40,7 @@ systematically in your scripts, to allow them to work in all configurations.
 See \ref kernel_salome for a short description of most useful variables and
 functions.
 
-\subsection subsection12 Container and component instanciation
+\subsection subsection12 Container and component instantiation
 
 See SALOME_LifeCycleCORBA for the C++ interface (Python interface obtained with SWIG
 is very similar).
@@ -144,7 +144,7 @@ SalomeAppEngine.object
 See SALOME_FileTransferCORBA for the C++ interface (Python interface obtained with
 SWIG is very similar).
 
-The following example shows how to tranfer a file from a remote host to the
+The following example shows how to transfer a file from a remote host to the
 client computer. Remote hostname is 'cli76cc', we would like to copy
 'tkcvs_8_0_3.tar.gz' from remote to local computer. %A full pathname is
 required. %A container is created on remote computer if it does not exist,