Salome HOME
Merge branch 'rnv/unicode_path'
[modules/kernel.git] / src / Container / SALOME_FileRef_i.cxx
index ee4acba69f96d03310cb54221e3f0f04972497e2..0784f8eb54807fac588247b4228541bb97897535 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -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;
     }