Salome HOME
Fix typos by Kunda
[modules/kernel.git] / src / HDFPersist / test8.cxx
index bdfb2d58d39d13d23cb55d3ca1ee720deafebd0f..ffca9bf3756374adf5c66625d16f4abccd92ef88 100644 (file)
@@ -60,7 +60,7 @@ int main()
 
       // Transfert d'un fichier ASCII dans un groupe HDF
       HDFConvert::FromAscii("ascii.txt",*hdf_group,"ASCII DATASET");
-      MESSAGE( ">> The Ascii file is transfered " );
+      MESSAGE( ">> The ASCII file is transferred " );
  
       // The HDF group is built, it can be closed
       hdf_group->CloseOnDisk();