Salome HOME
typo
authoreap <eap@opencascade.com>
Fri, 27 Aug 2021 16:19:08 +0000 (19:19 +0300)
committereap <eap@opencascade.com>
Fri, 27 Aug 2021 16:19:08 +0000 (19:19 +0300)
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;