Salome HOME
Typo-fix by Kunda
[tools/medcoupling.git] / src / MEDLoader / MEDFileMeshSupport.cxx
index d70600c85015766bddcd72256772aa71203f2db9..f4d5ccdec87bf141e4b3a04c53aafd7e262b5751 100644 (file)
@@ -114,7 +114,7 @@ const MEDFileUMesh *MEDFileMeshSupports::getSupMeshWithName(const std::string& n
         }
     }
   std::ostringstream oss;
-  oss << "MEDFileMeshSupports::getSupMeshWithName : no such name \"" << name << "\". Possibilitities are :";
+  oss << "MEDFileMeshSupports::getSupMeshWithName : no such name \"" << name << "\". Possibilities are :";
   std::copy(mns.begin(),mns.end(),std::ostream_iterator<std::string>(oss,","));
   oss << " !";
   throw INTERP_KERNEL::Exception(oss.str());