Salome HOME
Merge branch 'eap/23514'
[modules/kernel.git] / src / Container / SALOME_FileRef_i.cxx
index 09a65f37ff825811143122e4a46a3ec1d67eb305..5dbd56dd70ba829201cfefe43d18d07fd6a7da4b 100644 (file)
@@ -120,7 +120,7 @@ Engines::Container_ptr fileRef_i::getContainer()
  *  CORBA method: after a file transfer on a client computer, registers 
  *  hostname of client and file path of the copied file.
  *  \param machine client hostname
- *  \param fileName asolute path of the transfered file on client computer
+ *  \param fileName absolute path of the transferred file on client computer
  */
 //=============================================================================
 
@@ -133,7 +133,7 @@ CORBA::Boolean fileRef_i::addRef(const char* machine,
 
   if (theFileName[0] != '/')
     {
-      INFOS("destination file path must be absolute, begining with '/'");
+      INFOS("destination file path must be absolute, beginning with '/'");
       return 0;
     }