Salome HOME
#19007 [CEA][Windows] SALOME non regression tests on Windows: fix KERNEL_SALOME_COMMA...
[modules/kernel.git] / doc / salome / kernel_services.dox
index d68ced648db211a54cc87fe4081fa05b6676001e..19b96a54d786b0151438b918707bd633341ba39c 100644 (file)
@@ -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).
@@ -135,7 +135,6 @@ Study.dir
   extStudy_1.object
   extStudy_2.object
   extStudy_3.object
-myStudyManager.object
 SalomeAppEngine.object
 \endcode
 
@@ -144,7 +143,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,