Salome HOME
typo
[modules/smesh.git] / src / SMESH_SWIG / SMeshHelper.cxx
index cfa7d7ef8a59a9143c6ab82e8ae355e4534ce479..92991e20c66b8a6ebc61bfa07ac5069b124f79f6 100644 (file)
@@ -52,7 +52,7 @@ std::string GetMGLicenseKeyImpl(const char* gmfFile)
                                                         errorTxt );
   if ( !errorTxt.empty() )
   {
-    std::cerr << "Error: Pb with MeshGens license: " << errorTxt << std::endl;
+    std::cerr << "Error: Pb with MeshGems license: " << errorTxt << std::endl;
     key = "<" + errorTxt + ">";
   }
   return key;